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 | 0011111110000001011100000011111101001001 | 3f81703f49 |
EUC-JP | ?}?I | 0011111110100001110100010011111101001001 | 3fa1d13f49 |
UTF-8 | 뤚}흠I | 11101011101001001001101011101111101111011001110111101101100111011010000001001001 | eba49aefbd9ded9da049 |
UHC | 뤚}흠I | 10001111110010011010001111111101110010001110110001001001 | 8fc9a3fdc8ec49 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)