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 | 001111111001010011001000100010101110001001000010 | 3f94c88ae242 |
EUC-JP | ?畔岩B | 001111111100100011001010101101001110010001000010 | 3fc8cab4e442 |
UTF-8 | 뤶畔岩B | 11101011101001001011011011100111100101011001010011100101101100101010100101000010 | eba4b6e79594e5b2a942 |
UHC | 뤶畔岩B | 10001111111001001101101011101101111001001101101101000010 | 8fe4daede4db42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)