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 | ???I | 00111111001111110011111101001001 | 3f3f3f49 |
SJIS-WIN | 箏矚I | 11100010101101011111011110101010111000011101111101001001 | e2b5f7aae1df49 |
EUC-JP | 箏?矚I | 111001001011011100111111111000101110000101001001 | e4b73fe2e149 |
UTF-8 | 箏矚I | 11100111101011101000111111101110100101101000110111100111100111111001101001001001 | e7ae8fee968de79f9a49 |
UHC | 箏??I | 1110111010110100001111110011111101001001 | eeb43f3f49 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)