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 | 遘倡鳥砠 | 1110011110100111100110001110011110010010101110011110000111100111 | e7a798e792b9e1e7 |
EUC-JP | 遘倡鳥砠 | 1110111010101001110100001110100111000100101110111110001011101001 | eea9d0e9c4bbe2e9 |
UTF-8 | 遘倡鳥砠 | 111010011000000110011000111001011000000010100001111010011011001110100101111001111010000010100000 | e98198e580a1e9b3a5e7a0a0 |
UHC | ?倡鳥? | 001111111111001111011011111100001110100000111111 | 3ff3dbf0e83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)