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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 飇렖降꿴렖 | 111010011010001110000111111010111010000010010110111011111010100010001001111010101011111110110100111010111010000010010110 | e9a387eba096efa889eabfb4eba096 |
UHC | 飇렖降꿴렖 | 11111000111111001000111010101011111110101010001010110010111010011000111010101011 | f8fc8eabfaa2b2e98eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)