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 | ????h? | 001111110011111100111111001111110110100000111111 | 3f3f3f3f683f |
SJIS-WIN | 齊詐??h齊 | 111010101000111010001101101111000011111100111111011010001110101010001110 | ea8e8dbc3f3f68ea8e |
EUC-JP | 齊詐??h齊 | 111100111110111010111010101111100011111100111111011010001111001111101110 | f3eebabe3f3f68f3ee |
UTF-8 | 齊詐렰렔h齊 | 11101001101111011000101011101000101010011001000011101011101000001011000011101011101000001001010001101000111010011011110110001010 | e9bd8ae8a990eba0b0eba09468e9bd8a |
UHC | 齊詐렰렔h齊 | 1111000010111010110111101111000110001110101111011000111010101001011010001111000010111010 | f0badef18ebd8ea968f0ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)