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 | ???n???nB | 001111110011111100111111011011100011111100111111001111110110111001000010 | 3f3f3f6e3f3f3f6e42 |
SJIS-WIN | ???n???nB | 001111110011111100111111011011100011111100111111001111110110111001000010 | 3f3f3f6e3f3f3f6e42 |
EUC-JP | ???n???nB | 001111110011111100111111011011100011111100111111001111110110111001000010 | 3f3f3f6e3f3f3f6e42 |
UTF-8 | 챕짙징n챕짙징nB | 111011001011000110010101111011001010011110011001111011001010011110010101011011101110110010110001100101011110110010100111100110011110110010100111100101010110111001000010 | ecb195eca799eca7956eecb195eca799eca7956e42 |
UHC | 챕짙징n챕짙징nB | 110000111010100111000010101000111100001010100001011011101100001110101001110000101010001111000010101000010110111001000010 | c3a9c2a3c2a16ec3a9c2a3c2a16e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)