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 | 111011111010011110001011111010111011100010010000111010111001100110100101011011101110111110100111100010111110101110111000100100001110101110011001101001010110111001000010 | efa78bebb890eb99a56eefa78bebb890eb99a56e42 |
UHC | 溜븐뙥n溜븐뙥nB | 111010101111111010111010111011001000110010101001011011101110101011111110101110101110110010001100101010010110111001000010 | eafebaec8ca96eeafebaec8ca96e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)