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 | 伍??鵝?? | 1000110011011110001111110011111111101010010000000011111100111111 | 8cde3f3fea403f3f |
EUC-JP | 伍??鵝?? | 1011100011100000001111110011111111110011101000010011111100111111 | b8e03f3ff3a13f3f |
UTF-8 | 伍꿱챿鵝뤺몘 | 111001001011110010001101111010101011111110110001111011001011000110111111111010011011010110011101111010111010010010111010111010111010101010011000 | e4bc8deabfb1ecb1bfe9b59deba4baebaa98 |
UHC | 伍꿱챿鵝뤺몘 | 111001111110101010110010111010001010101010001100111001001011110110001111111010001001000110000110 | e7eab2e8aa8ce4bd8fe89186 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)