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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 閼ア豺。蟆 | 1110100010000100101100011110011010110111101000011110010110110000 | e884b1e6b7a1e5b0 |
EUC-JP | 閼ア豺。蟆 | 11101111111001001000111010110001111011001011100110001110101000011110101010110010 | efe48eb1ecb98ea1eab2 |
UTF-8 | 閼ア豺。蟆 | 111010011001011010111100111011111011110110110001111010001011000110111010111011111011110110100001111010001001111110000110 | e996bcefbdb1e8b1baefbda1e89f86 |
UHC | 閼?豺?? | 11100100110110010011111111100011110011110011111100111111 | e4d93fe3cf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)