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 | ???K\ | 0011111100111111001111110100101101011100 | 3f3f3f4b5c |
SJIS-WIN | 諱≫dK\ | 1110011010000001100000011110001010000010100001000100101101011100 | e68181e282844b5c |
EUC-JP | 諱≫dK\ | 1110101111100001101000101110010010100011111001000100101101011100 | ebe1a2e4a3e44b5c |
UTF-8 | 諱≫dK\ | 1110100010101011101100011110001010001001101010111110111110111101100001000100101101011100 | e8abb1e289abefbd844b5c |
UHC | 諱≫dK\ | 1111110111001001101000011110110110100011111001000100101101011100 | fdc9a1eda3e44b5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)