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???Z??B | 001111110101101000111111001111110011111101011010001111110011111101000010 | 3f5a3f3f3f5a3f3f42 |
SJIS-WIN | ?Z???Z??B | 001111110101101000111111001111110011111101011010001111110011111101000010 | 3f5a3f3f3f5a3f3f42 |
EUC-JP | ?Z???Z??B | 001111110101101000111111001111110011111101011010001111110011111101000010 | 3f5a3f3f3f5a3f3f42 |
UTF-8 | 청Z혦짧청Z혦짧B | 111011001011001010101101010110101110110110011000101001101110110010100111101001111110110010110010101011010101101011101101100110001010011011101100101001111010011101000010 | ecb2ad5aed98a6eca7a7ecb2ad5aed98a6eca7a742 |
UHC | 청Z혦짧청Z혦짧B | 110000111011101101011010110000101000111011000010101010101100001110111011010110101100001010001110110000101010101001000010 | c3bb5ac28ec2aac3bb5ac28ec2aa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)