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 | NhN | 1001000101001110011010001001000101001110 | 914e68914e |
SJIS-WIN | ?Nh?N | 0011111101001110011010000011111101001110 | 3f4e683f4e |
EUC-JP | ?Nh?N | 0011111101001110011010000011111101001110 | 3f4e683f4e |
UTF-8 | NhN | 11000010100100010100111001101000110000101001000101001110 | c2914e68c2914e |
UHC | ?Nh?N | 0011111101001110011010000011111101001110 | 3f4e683f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)