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瓦?? | 100010101010001000111111001111110110100010001010101000100011111100111111 | 8aa23f3f688aa23f3f |
EUC-JP | 瓦??h瓦?? | 101101001010010000111111001111110110100010110100101001000011111100111111 | b4a43f3f68b4a43f3f |
UTF-8 | 瓦뱄쉘h瓦뱄쉘 | 11100111100100111010011011101011101100011000010011101100100010011001100001101000111001111001001110100110111010111011000110000100111011001000100110011000 | e793a6ebb184ec899868e793a6ebb184ec8998 |
UHC | 瓦뱄쉘h瓦뱄쉘 | 11101000101111111011100111101111101111011010100101101000111010001011111110111001111011111011110110101001 | e8bfb9efbda968e8bfb9efbda9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)