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 | ?Z???H | 001111110101101000111111001111110011111101001000 | 3f5a3f3f3f48 |
SJIS-WIN | ?Z???H | 001111110101101000111111001111110011111101001000 | 3f5a3f3f3f48 |
EUC-JP | ?Z???H | 001111110101101000111111001111110011111101001000 | 3f5a3f3f3f48 |
UTF-8 | 청Z혦짧청H | 1110110010110010101011010101101011101101100110001010011011101100101001111010011111101100101100101010110101001000 | ecb2ad5aed98a6eca7a7ecb2ad48 |
UHC | 청Z혦짧청H | 11000011101110110101101011000010100011101100001010101010110000111011101101001000 | c3bb5ac28ec2aac3bb48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)