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 | 燿獻珈 | 111000001010000011100000110110011110000011011011 | e0a0e0d9e0db |
EUC-JP | 燿獻珈 | 111000001010001011100000110110111110000011011101 | e0a2e0dbe0dd |
UTF-8 | 燿獻珈 | 111001111000011110111111111001111000110110111011111001111000111110001000 | e787bfe78dbbe78f88 |
UHC | 燿獻? | 1110100011111100111110101100110000111111 | e8fcfacc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)