To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | テ催板湘づ | 110000111000110111000011100101001100001010001111110000111000001011000011 | c38dc394c28fc382c3 |
EUC-JP | テ催板湘づ | 10001110110000111011101011000101110010001100010010111110110001011010010011000101 | 8ec3bac5c8c4bec5a4c5 |
UTF-8 | テ催板湘づ | 111011111011111010000011111001011000001010101100111001101001110110111111111001101011100110011000111000111000000110100101 | efbe83e582ace69dbfe6b998e381a5 |
UHC | ?催板湘づ | 001111111111010111001010111101111111100111011111110011111010101011000101 | 3ff5caf7f9dfcfaac5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)