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 | ??¢ | 001111110011111110100010 | 3f3fa2 |
SJIS-WIN | 逶帷¢ | 111001111001101110011011111001111000000110010001 | e79b9be78191 |
EUC-JP | 逶帷¢ | 111011011111101111010110111010011010000111110001 | edfbd6e9a1f1 |
UTF-8 | 逶帷¢ | 1110100110000000101101101110010110111000101101111100001010100010 | e980b6e5b8b7c2a2 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)