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 | 辣ョ豎宣ク | 1110011110000101101011101110011010110001100100001110100110111000 | e785aee6b190e9b8 |
EUC-JP | 辣ョ豎宣ク | 11101101111001011000111010101110111011001011001111000000111010111000111010111000 | ede58eaeecb3c0eb8eb8 |
UTF-8 | 辣ョ豎宣ク | 111010001011111010100011111011111011110110101110111010001011000110001110111001011010111010100011111011111011110110111000 | e8bea3efbdaee8b18ee5aea3efbdb8 |
UHC | 辣??宣? | 11010101101110000011111100111111111000001011111000111111 | d5b83f3fe0be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)