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 | 円?“ | 1000100101111110001111111000000101100111 | 897e3f8167 |
EUC-JP | 円?“ | 1011000111011111001111111010000111001000 | b1df3fa1c8 |
UTF-8 | 円숈“ | 111001011000011010000110111011001000100010001000111000101000000010011100 | e58686ec8888e2809c |
UHC | 円숈“ | 111001011111011110011001111011001010000110110000 | e5f799eca1b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)