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??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | 玉??h玉?? | 100010111100101000111111001111110110100010001011110010100011111100111111 | 8bca3f3f688bca3f3f |
EUC-JP | 玉??h玉?? | 101101101100110000111111001111110110100010110110110011000011111100111111 | b6cc3f3f68b6cc3f3f |
UTF-8 | 玉앯캙h玉앯캙 | 11100111100011101000100111101100100101011010111111101100101110101001100101101000111001111000111010001001111011001001010110101111111011001011101010011001 | e78e89ec95afecba9968e78e89ec95afecba99 |
UHC | 玉앯캙h玉앯캙 | 11101000101011001001110111100111101011111010000001101000111010001010110010011101111001111010111110100000 | e8ac9de7afa068e8ac9de7afa0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)