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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 襞峨、B | 11100101111111001000100111100011100000010100000101000010 | e5fc89e3814142 |
EUC-JP | 襞峨、B | 11101010111111101011001011100101101000011010001001000010 | eafeb2e5a1a242 |
UTF-8 | 襞峨、B | 11101000101001011001111011100101101100111010100011100011100000001000000101000010 | e8a59ee5b3a8e3808142 |
UHC | ?峨、B | 001111111110010010110001101000011010001001000010 | 3fe4b1a1a242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)