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 | 銷樌セ | 1110011111110111100111101110110010111110 | e7f79eecbe |
EUC-JP | 銷樌セ | 111011101111100111011100111011101000111010111110 | eef9dcee8ebe |
UTF-8 | 銷樌セ | 111010011000101010110111111001101010100010001100111011111011110110111110 | e98ab7e6a88cefbdbe |
UHC | 銷?? | 11100001110100010011111100111111 | e1d13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)