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 | 肄?至??? | 1110001111100101001111111000111010001010001111110011111100111111 | e3e53f8e8a3f3f3f |
EUC-JP | 肄?至??? | 1110011011100111001111111011101111101010001111110011111100111111 | e6e73fbbea3f3f3f |
UTF-8 | 肄렪至렪罹렖 | 111010001000001010000100111010111010000010101010111010001000011110110011111010111010000010101010111011111010011110100110111010111010000010010110 | e88284eba0aae887b3eba0aaefa7a6eba096 |
UHC | 肄렪至렪罹렖 | 111011001011110110001110101110001111001010111000100011101011100011101100101110101000111010101011 | ecbd8eb8f2b88eb8ecba8eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)