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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???純? | 001111110011111100111111100011111000001100111111 | 3f3f3f8f833f |
EUC-JP | ???純? | 001111110011111100111111101111011110001100111111 | 3f3f3fbde33f |
UTF-8 | 룶웡룵純⒝ | 111010111010001110110110111011001001101110100001111010111010001110110101111001111011010010010100111000101001001010011101 | eba3b6ec9ba1eba3b5e7b494e2929d |
UHC | 룶웡룵純⒝ | 10001111101010111011111111111101100011111010101011100010111011011010100111001110 | 8fabbffd8faae2eda9ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)