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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 玲곷봺六쇔궘 | 111011111010011010101101111010101011001110110111111010111011010010111010111011111010011110010001111011001000011110010100111010101011011010011000 | efa6adeab3b7ebb4baefa791ec8794eab698 |
UHC | 玲곷봺六쇔궘 | 111001111011111110000001111010111001010010000001111010111011101110111100111001011000001010101101 | e7bf81eb9481ebbbbce582ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)