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 | 001111111000111101111100100010101110011101000010 | 3f8f7c8ae742 |
EUC-JP | 棅楯顔B | 1000111111000011111110111011110111011101101101001110100101000010 | 8fc3fbbdddb4e942 |
UTF-8 | 棅楯顔B | 11100110101000111000010111100110101001011010111111101001101000011001010001000010 | e6a385e6a5afe9a19442 |
UHC | 棅楯顔B | 11011100101110001110001011100100111001001101010001000010 | dcb8e2e4e4d442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)