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 | 1000111011000010100011101011101001101110100011101100001010001110101110100110111001000010 | 8ec28eba6e8ec28eba6e42 |
EUC-JP | 篠室n篠室nB | 1011110011000100101111001011110001101110101111001100010010111100101111000110111001000010 | bcc4bcbc6ebcc4bcbc6e42 |
UTF-8 | 篠室n篠室nB | 111001111010111110100000111001011010111010100100011011101110011110101111101000001110010110101110101001000110111001000010 | e7afa0e5aea46ee7afa0e5aea46e42 |
UHC | 篠室n篠室nB | 1110000111000110111000111111100001101110111000011100011011100011111110000110111001000010 | e1c6e3f86ee1c6e3f86e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)