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 | 00111111001111110011111101101000 | 3f3f3f68 |
EUC-JP | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
UTF-8 | 秊귝랾h | 11101111101001101001010111101010101101111001110111101011100111101011111001101000 | efa695eab79deb9ebe68 |
UHC | 秊귝랾h | 11100110110111001000001011100110100011100101011101101000 | e6dc82e68e5768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)