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 | 譽夂矯譌 | 1110011010100011100110101110011110001011101110001110011010010111 | e6a39ae78bb8e697 |
EUC-JP | 譽夂矯譌 | 1110110010100101110101001110100110110110101110101110101111110111 | eca5d4e9b6baebf7 |
UTF-8 | 譽夂矯譌 | 111010001010110110111101111001011010010010000010111001111001111110101111111010001010110110001100 | e8adbde5a482e79fafe8ad8c |
UHC | 譽?矯? | 111001111110001000111111110011101110110000111111 | e7e23fceec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)