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 | NzNzB | 10010001010011100111101010010001010011100111101001000010 | 914e7a914e7a42 |
SJIS-WIN | ?Nz?NzB | 00111111010011100111101000111111010011100111101001000010 | 3f4e7a3f4e7a42 |
EUC-JP | ?Nz?NzB | 00111111010011100111101000111111010011100111101001000010 | 3f4e7a3f4e7a42 |
UTF-8 | NzNzB | 110000101001000101001110011110101100001010010001010011100111101001000010 | c2914e7ac2914e7a42 |
UHC | ?Nz?NzB | 00111111010011100111101000111111010011100111101001000010 | 3f4e7a3f4e7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)