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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蛟情ざ | 111001011000000010001111111011101000001010110100 | e5808fee82b4 |
EUC-JP | 蛟情ざ | 111010011110000010111110111100001010010010110110 | e9e0bef0a4b6 |
UTF-8 | 蛟情ざ | 111010001001101110011111111001101000001110000101111000111000000110010110 | e89b9fe68385e38196 |
UHC | 蛟情ざ | 110011101111000111101111110101111010101010110110 | cef1efd7aab6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)