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 | 沚懶蔓?閃 | 100111111000110110011100111011111001011010100000001111111001000101001101 | 9f8d9cef96a03f914d |
EUC-JP | 沚懶蔓?閃 | 110111011110110111011000111100011100110010100010001111111100000110101110 | ddedd8f1cca23fc1ae |
UTF-8 | 沚懶蔓뤈閃 | 111001101011001010011010111001101000011110110110111010001001010010010011111010111010010010001000111010011001011010000011 | e6b29ae687b6e89493eba488e99683 |
UHC | 沚懶蔓뤈閃 | 11110010101011111101010011111011110110001100000010001111101110001110000011101100 | f2afd4fbd8c08fb8e0ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)