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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 譽夂矯襄 | 1110011010100011100110101110011110001011101110001110010111110101 | e6a39ae78bb8e5f5 |
EUC-JP | 譽夂矯襄 | 1110110010100101110101001110100110110110101110101110101011110111 | eca5d4e9b6baeaf7 |
UTF-8 | 譽夂矯襄 | 111010001010110110111101111001011010010010000010111001111001111110101111111010001010010110000100 | e8adbde5a482e79fafe8a584 |
UHC | 譽?矯襄 | 11100111111000100011111111001110111011001110010111010001 | e7e23fceece5d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)