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 | 跿肖作侃襌 | 11100110111100111000111111010001100011011110110010001010101001001110010111111001 | e6f38fd18dec8aa4e5f9 |
EUC-JP | 跿肖作侃襌 | 11101100111101011011111011010011101110101110111010110100101001101110101011111011 | ecf5bed3baeeb4a6eafb |
UTF-8 | 跿肖作侃襌 | 111010001011011110111111111010001000001010010110111001001011110110011100111001001011111010000011111010001010010110001100 | e8b7bfe88296e4bd9ce4be83e8a58c |
UHC | ?肖作侃? | 0011111111110101101010111110110111000010110010101100100100111111 | 3ff5abedc2cac93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)