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 | 樽珈∴ | 100100100100110111100000110110111000000110001000 | 924de0db8188 |
EUC-JP | 樽珈∴ | 110000111010111011100000110111011010000111101000 | c3aee0dda1e8 |
UTF-8 | 樽珈∴ | 111001101010100010111101111001111000111110001000111000101000100010110100 | e6a8bde78f88e288b4 |
UHC | 樽?∴ | 1111000111011100001111111010000111000101 | f1dc3fa1c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)