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???Q | 0011111100111111001111110100111000111111001111110011111101010001 | 3f3f3f4e3f3f3f51 |
SJIS-WIN | ???N???Q | 0011111100111111001111110100111000111111001111110011111101010001 | 3f3f3f4e3f3f3f51 |
EUC-JP | ???N???Q | 0011111100111111001111110100111000111111001111110011111101010001 | 3f3f3f4e3f3f3f51 |
UTF-8 | 淋꾩㎣N淋꾩쭩Q | 1110111110100111101101011110101010111110101010011110001110001110101000110100111011101111101001111011010111101010101111101010100111101100101011011010100101010001 | efa7b5eabea9e38ea34eefa7b5eabea9ecada951 |
UHC | 淋꾩㎣N淋꾩쭩Q | 1110110011111000100001001110110010100111101001110100111011101100111110001000010011101100101001111001110101010001 | ecf884eca7a74eecf884eca79d51 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)