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 | 00111111001111110110111000111111001111110110111001000010 | 3f3f6e3f3f6e42 |
SJIS-WIN | 篳踰n篳踰nB | 1110001011001000111001101111101001101110111000101100100011100110111110100110111001000010 | e2c8e6fa6ee2c8e6fa6e42 |
EUC-JP | 篳踰n篳踰nB | 1110010011001010111011001111110001101110111001001100101011101100111111000110111001000010 | e4caecfc6ee4caecfc6e42 |
UTF-8 | 篳踰n篳踰nB | 111001111010111110110011111010001011100010110000011011101110011110101111101100111110100010111000101100000110111001000010 | e7afb3e8b8b06ee7afb3e8b8b06e42 |
UHC | ?踰n?踰nB | 001111111110101110110010011011100011111111101011101100100110111001000010 | 3febb26e3febb26e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)