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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 艪援胸絮 | 1110010010000010100010011000011110001011101110011110001101010000 | e48289878bb9e350 |
EUC-JP | 艪援胸絮 | 1110011111100010101100011110011110110110101110111110010110110001 | e7e2b1e7b6bbe5b1 |
UTF-8 | 艪援胸絮 | 111010001000100110101010111001101000111110110100111010001000001110111000111001111011010110101110 | e889aae68fb4e883b8e7b5ae |
UHC | ?援胸絮 | 00111111111010101011010111111101110110001101111111111100 | 3feab5fdd8dffc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)