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 | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
SJIS-WIN | ????H | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
EUC-JP | ????H | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
UTF-8 | 쩌횂쩌횒H | 11101100101010011000110011101101100110101000001011101100101010011000110011101101100110101001001001001000 | eca98ced9a82eca98ced9a9248 |
UHC | 쩌횂쩌횒H | 110000101011110011000011100000101100001010111100110000111000110101001000 | c2bcc382c2bcc38d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)