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 | 10010010010011100111101010010010010011100111101001000010 | 924e7a924e7a42 |
SJIS-WIN | ?Nz?NzB | 00111111010011100111101000111111010011100111101001000010 | 3f4e7a3f4e7a42 |
EUC-JP | ?Nz?NzB | 00111111010011100111101000111111010011100111101001000010 | 3f4e7a3f4e7a42 |
UTF-8 | NzNzB | 110000101001001001001110011110101100001010010010010011100111101001000010 | c2924e7ac2924e7a42 |
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)