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 | 円⑤? | 1000100101111110100001110100010000111111 | 897e87443f |
EUC-JP | 円?? | 10110001110111110011111100111111 | b1df3f3f |
UTF-8 | 円⑤뵁 | 111001011000011010000110111000101001000110100100111010111011010110000001 | e58686e291a4ebb581 |
UHC | 円⑤뵁 | 111001011111011110101000111010111001010010000111 | e5f7a8eb9487 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)