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?? | 0011111100111111010011100011111100111111 | 3f3f4e3f3f |
SJIS-WIN | 精?N精? | 10010000101110000011111101001110100100001011100000111111 | 90b83f4e90b83f |
EUC-JP | 精?N精? | 11000000101110100011111101001110110000001011101000111111 | c0ba3f4ec0ba3f |
UTF-8 | 精렋N精렋 | 11100111101100101011111011101011101000001000101101001110111001111011001010111110111010111010000010001011 | e7b2beeba08b4ee7b2beeba08b |
UHC | 精렋N精렋 | 111011111111000110001110101000100100111011101111111100011000111010100010 | eff18ea24eeff18ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)