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 | 焏ニ骼・室 | 1111101101010011110001101110100110001110101001011000111010111010 | fb53c6e98ea58eba |
EUC-JP | 焏ニ骼・室 | 1000111111001001111010011000111011000110111100011110111010001110101001011011110010111100 | 8fc9e98ec6f1ee8ea5bcbc |
UTF-8 | 焏ニ骼・室 | 111001111000010010001111111011111011111010000110111010011010101010111100111011111011110110100101111001011010111010100100 | e7848fefbe86e9aabcefbda5e5aea4 |
UHC | ????室 | 001111110011111100111111001111111110001111111000 | 3f3f3f3fe3f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)