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 | 塋?押??? | 1001101011001000001111111000100110011111001111110011111100111111 | 9ac83f899f3f3f3f |
EUC-JP | 塋?押??? | 1101010011001010001111111011001010100001001111110011111100111111 | d4ca3fb2a13f3f3f |
UTF-8 | 塋츯押띄윮閭 | 111001011010000110001011111011001011100010101111111001101000101010111100111010111001110110000100111011001001110010101110111011111010011010000110 | e5a18becb8afe68abceb9d84ec9caeefa686 |
UHC | 塋츯押띄윮閭 | 111001111010101110101111010001001110010011100011101101101110011110011111101011011110011010101101 | e7abaf44e4e3b6e79fade6ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)