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 | 霆冗ァ | 1110100010111011100011111110011110100111 | e8bb8fe7a7 |
EUC-JP | 霆冗ァ | 111100001011110110111110111010011000111010100111 | f0bdbee98ea7 |
UTF-8 | 霆冗ァ | 111010011001110010000110111001011000011010010111111011111011110110100111 | e99c86e58697efbda7 |
UHC | 霆冗? | 1110111111111101111010011011011100111111 | effde9b73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)