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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 什???B | 100011110101100100111111001111110011111101000010 | 8f593f3f3f42 |
EUC-JP | 什???B | 101111011011101000111111001111110011111101000010 | bdba3f3f3f42 |
UTF-8 | 什굆뚩뛙B | 11100100101110111000000011101010101101011000011011101011100110101010100111101011100110111001100101000010 | e4bb80eab586eb9aa9eb9b9942 |
UHC | 什굆뚩뛙B | 111001001010011110000010011011011000110011101000100011010101011001000010 | e4a7826d8ce88d5642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)