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 | 蛟情ぜ | 111001011000000010001111111011101000001010111010 | e5808fee82ba |
EUC-JP | 蛟情ぜ | 111010011110000010111110111100001010010010111100 | e9e0bef0a4bc |
UTF-8 | 蛟情ぜ | 111010001001101110011111111001101000001110000101111000111000000110011100 | e89b9fe68385e3819c |
UHC | 蛟情ぜ | 110011101111000111101111110101111010101010111100 | cef1efd7aabc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)