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 | 瓮△? | 1110000101000100100000011010001000111111 | e14481a23f |
EUC-JP | 瓮△? | 1110000110100101101000101010010000111111 | e1a5a2a43f |
UTF-8 | 瓮△뀼 | 111001111001001110101110111000101001011010110011111010111000000010111100 | e793aee296b3eb80bc |
UHC | 瓮△뀼 | 111010001011011110100001111000101000010110110010 | e8b7a1e285b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)