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 | 霈ク? | 11101000101111001011100000111111 | e8bcb83f |
EUC-JP | 霈ク槗 | 11110000101111101000111010111000100011111100010011101001 | f0be8eb88fc4e9 |
UTF-8 | 霈ク槗 | 111010011001110010001000111011111011110110111000111001101010011110010111 | e99c88efbdb8e6a797 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)