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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 燿e?? | 111000001010000010000010100001010011111100111111 | e0a082853f3f |
EUC-JP | 燿e?? | 111000001010001010100011111001010011111100111111 | e0a2a3e53f3f |
UTF-8 | 燿e쥞令 | 111001111000011110111111111011111011110110000101111011001010010110011110111011111010011010101000 | e787bfefbd85eca59eefa6a8 |
UHC | 燿e쥞令 | 1110100011111100101000111110010110100010100100111110011110101001 | e8fca3e5a293e7a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)