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 | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | 滎?? | 1000111111001000101110010011111100111111 | 8fc8b93f3f |
UTF-8 | 滎섇츒 | 111001101011101110001110111011001000010010000111111011001011100010010010 | e6bb8eec8487ecb892 |
UHC | 滎섇츒 | 111110111010001110011000111001011010111010001101 | fba398e5ae8d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)