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 | 燾蒔鉀 | 111110110101101010001110101010101111101111000101 | fb5a8eaafbc5 |
EUC-JP | 燾蒔鉀 | 1000111111001010101111011011110010101100100011111110001111011000 | 8fcabdbcac8fe3d8 |
UTF-8 | 燾蒔鉀 | 111001111000011110111110111010001001001010010100111010011000100110000000 | e787bee89294e98980 |
UHC | 燾蒔鉀 | 110101001010011111100011110010001100101110100101 | d4a7e3c8cba5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)