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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?攘遡 | 0011111110011101101101011001000101101011 | 3f9db5916b |
EUC-JP | ?攘遡 | 0011111111011010101101111100000111001100 | 3fdab7c1cc |
UTF-8 | 덇攘遡 | 111010111000110110000111111001101001010010011000111010011000000110100001 | eb8d87e69498e981a1 |
UHC | 덇攘遡 | 100010001110101011100101110000011110000111001111 | 88eae5c1e1cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)