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 | 111011001011001010101101010110101110110110011010100011111110110010100111100111011110110010110010101011010101101011101101100110101000111111101100101001111001110101000010 | ecb2ad5aed9a8feca79decb2ad5aed9a8feca79d42 |
UHC | 청Z횏짝청Z횏짝B | 110000111011101101011010110000111000101111000010101001101100001110111011010110101100001110001011110000101010011001000010 | c3bb5ac38bc2a6c3bb5ac38bc2a642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)