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????B | 00111111010110100011111100111111001111110011111101000010 | 3f5a3f3f3f3f42 |
SJIS-WIN | ?Z????B | 00111111010110100011111100111111001111110011111101000010 | 3f5a3f3f3f3f42 |
EUC-JP | ?Z????B | 00111111010110100011111100111111001111110011111101000010 | 3f5a3f3f3f3f42 |
UTF-8 | 청Z혰챤혶혰B | 1110110010110010101011010101101011101101100110001011000011101100101100011010010011101101100110001011011011101101100110001011000001000010 | ecb2ad5aed98b0ecb1a4ed98b6ed98b042 |
UHC | 청Z혰챤혶혰B | 110000111011101101011010110000101001011111000011101011101100001010011101110000101001011101000010 | c3bb5ac297c3aec29dc29742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)