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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鶯??曖?? | 1110100111110010001111110011111110011110010000100011111100111111 | e9f23f3f9e423f3f |
EUC-JP | 鶯??曖?? | 1111001011110100001111110011111111011011101000110011111100111111 | f2f43f3fdba33f3f |
UTF-8 | 鶯볢쮿曖든솻 | 111010011011011010101111111010111011001110100010111011001010111010111111111001101001101110010110111010111001001110100000111011001000011010111011 | e9b6afebb3a2ecaebfe69b96eb93a0ec86bb |
UHC | 鶯볢쮿曖든솻 | 111001011010001110010011111010001010100010011011111001001111001010110101111001111001100110110000 | e5a393e8a89be4f2b5e799b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)