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 | 叱消イ | 111101001010010110001110101101101000111111000001111101011000111010110010 | f4a58eb68fc1f58eb2 |
EUC-JP | ?叱消?イ | 0011111110111100101110001011111011000011001111111000111010110010 | 3fbcb8bec33f8eb2 |
UTF-8 | 叱消イ | 111011101000110110010100111001011000111110110001111001101011011010001000111011101000111110111001111011111011110110110010 | ee8d94e58fb1e6b688ee8fb9efbdb2 |
UHC | ?叱消?? | 00111111111100101110101011100001101111000011111100111111 | 3ff2eae1bc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)