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?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
EUC-JP | 鉥?h鉥? | 100011111110001111101000001111110110100010001111111000111110100000111111 | 8fe3e83f688fe3e83f |
UTF-8 | 鉥욙h鉥욙 | 11101001100010011010010111101100100110101001100101101000111010011000100110100101111011001001101010011001 | e989a5ec9a9968e989a5ec9a99 |
UHC | 鉥욙h鉥욙 | 111000101111110010011110111101000110100011100010111111001001111011110100 | e2fc9ef468e2fc9ef4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)