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 | 00111111001111110011111101001110 | 3f3f3f4e |
SJIS-WIN | ?ο?N | 0011111110000011110011010011111101001110 | 3f83cd3f4e |
EUC-JP | 旿ο?N | 10001111110000011111010010100110110011110011111101001110 | 8fc1f4a6cf3f4e |
UTF-8 | 旿ο숴N | 111001101001011110111111110011101011111111101100100010001011010001001110 | e697bfcebfec88b44e |
UHC | 旿ο숴N | 11100111111110101010010111101111101111011010010001001110 | e7faa5efbda44e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)