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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | ?③?h | 0011111110000111010000100011111101101000 | 3f87423f68 |
EUC-JP | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
UTF-8 | 緣③눈h | 11100111101101111010001111100010100100011010001011101011100010001000100001101000 | e7b7a3e291a2eb888868 |
UHC | 緣③눈h | 11100110110111101010100011101001101101001010101101101000 | e6dea8e9b4ab68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)