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 | 蒸???寃? | 1000111111110110001111110011111100111111100110111000001100111111 | 8ff63f3f3f9b833f |
EUC-JP | 蒸???寃? | 1011111011111000001111110011111100111111110101011110001100111111 | bef83f3f3fd5e33f |
UTF-8 | 蒸렟狀렡寃렪 | 111010001001001010111000111010111010000010011111111011111010011110111010111010111010000010100001111001011010111110000011111010111010000010101010 | e892b8eba09fefa7baeba0a1e5af83eba0aa |
UHC | 蒸렟狀렡寃렪 | 111100011111101010001110101100001110110111101110100011101011001011101010101100101000111010111000 | f1fa8eb0edee8eb2eab28eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)