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 | ?P?G | 00111111010100000011111101000111 | 3f503f47 |
SJIS-WIN | ?P?G | 00111111010100000011111101000111 | 3f503f47 |
EUC-JP | ?P?G | 00111111010100000011111101000111 | 3f503f47 |
UTF-8 | 청P혨G | 1110110010110010101011010101000011101101100110001010100001000111 | ecb2ad50ed98a847 |
UHC | 청P혨G | 110000111011101101010000110000101001000001000111 | c3bb50c29047 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)