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?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
UTF-8 | 緣딯h緣딯 | 11100111101101111010001111101011100101001010111101101000111001111011011110100011111010111001010010101111 | e7b7a3eb94af68e7b7a3eb94af |
UHC | 緣딯h緣딯 | 111001101101111010001011010011000110100011100110110111101000101101001100 | e6de8b4c68e6de8b4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)