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 | 扇誓? | 1001000011101110100100001011111000111111 | 90ee90be3f |
EUC-JP | 扇誓渲 | 11000000111100001100000011000000100011111100011111101100 | c0f0c0c08fc7ec |
UTF-8 | 扇誓渲 | 111001101000100110000111111010001010101010010011111001101011100010110010 | e68987e8aa93e6b8b2 |
UHC | 扇誓渲 | 111000001011111111100000101001011110000011000010 | e0bfe0a5e0c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)