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 | 111011001011000110011001111011011001100010011101111011001010011110100010011011101110110010110001100110011110110110011000100111011110110010100111101000100110111001000010 | ecb199ed989deca7a26eecb199ed989deca7a26e42 |
UHC | 챙혝짢n챙혝짢nB | 110000111010110011000010100001111100001010101000011011101100001110101100110000101000011111000010101010000110111001000010 | c3acc287c2a86ec3acc287c2a86e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)