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 | 鰾宍 | 111010011110001010001110101100111111000010101111 | e9e28eb3f0af |
EUC-JP | 鰾宍? | 1111001011100100101111001011010100111111 | f2e4bcb53f |
UTF-8 | 鰾宍 | 111010011011000010111110111001011010111010001101111011101000000110101110 | e9b0bee5ae8dee81ae |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)