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 | 燾蒔渧 | 111110110101101010001110101010101111101101001000 | fb5a8eaafb48 |
EUC-JP | 燾蒔渧 | 1000111111001010101111011011110010101100100011111100011111101011 | 8fcabdbcac8fc7eb |
UTF-8 | 燾蒔渧 | 111001111000011110111110111010001001001010010100111001101011100010100111 | e787bee89294e6b8a7 |
UHC | 燾蒔? | 1101010010100111111000111100100000111111 | d4a7e3c83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)