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 | ?vB | 001111110111011001000010 | 3f7642 |
SJIS-WIN | 霎vB | 11101000101111100111011001000010 | e8be7642 |
EUC-JP | 霎vB | 11110000110000000111011001000010 | f0c07642 |
UTF-8 | 霎vB | 1110100110011100100011100111011001000010 | e99c8e7642 |
UHC | ?vB | 001111110111011001000010 | 3f7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)