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 | 頌竺斜 | 111010001111000110001110101100011000111011001110 | e8f18eb18ece |
EUC-JP | 頌竺斜 | 111100001111001110111100101100111011110011010000 | f0f3bcb3bcd0 |
UTF-8 | 頌竺斜 | 111010011010000010001100111001111010101110111010111001101001011010011100 | e9a08ce7abbae6969c |
UHC | 頌竺斜 | 111000011110101111110101111001111101111011011000 | e1ebf5e7ded8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)