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? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 蓍??h蓍 | 11100100111001110011111100111111011010001110010011100111 | e4e73f3f68e4e7 |
EUC-JP | 蓍??h蓍 | 11101000111010010011111100111111011010001110100011101001 | e8e93f3f68e8e9 |
UTF-8 | 蓍귡꼁h蓍 | 11101000100100111000110111101010101101111010000111101010101111001000000101101000111010001001001110001101 | e8938deab7a1eabc8168e8938d |
UHC | 蓍귡꼁h蓍 | 111000111100100110000010111010011000010001010110011010001110001111001001 | e3c982e9845668e3c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)