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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 萸シ眈 | 1110010011001110101111001110000110111100 | e4cebce1bc |
EUC-JP | 萸シ眈 | 111010001101000010001110101111001110001010111110 | e8d08ebce2be |
UTF-8 | 萸シ眈 | 111010001001000010111000111011111011110110111100111001111001110010001000 | e890b8efbdbce79c88 |
UHC | 萸?眈 | 1110101110101101001111111111011110101111 | ebad3ff7af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)