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 | 111010111010000010111011111000101001010010010110111010111010000010101110011011101110101110100000101110111110001010010100100101101110101110100000101011100110111001000010 | eba0bbe29496eba0ae6eeba0bbe29496eba0ae6e42 |
UHC | 렻┖렮n렻┖렮nB | 100011101100001110100110110001011000111010111011011011101000111011000011101001101100010110001110101110110110111001000010 | 8ec3a6c58ebb6e8ec3a6c58ebb6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)