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玉뷂쉼 | 11100111100011101000100111101011101101111000001011101100100010011011110001101000111001111000111010001001111010111011011110000010111011001000100110111100 | e78e89ebb782ec89bc68e78e89ebb782ec89bc |
UHC | 玉뷂쉼h玉뷂쉼 | 11101000101011001001010011101111101111011011000001101000111010001010110010010100111011111011110110110000 | e8ac94efbdb068e8ac94efbdb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)