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 | ?????P | 001111110011111100111111001111110011111101010000 | 3f3f3f3f3f50 |
SJIS-WIN | 顏ア繧躯迹P | 11101000111110001011000111100011100000101000101111101011111001111001000101010000 | e8f8b1e3828bebe79150 |
EUC-JP | 顏ア繧躯迹P | 1111000011111010100011101011000111100101111000101011011011101101111011011111000101010000 | f0fa8eb1e5e2b6ededf150 |
UTF-8 | 顏ア繧躯迹P | 11101001101000011000111111101111101111011011000111100111101110011010011111101000101110101010111111101000101111111011100101010000 | e9a18fefbdb1e7b9a7e8baafe8bfb950 |
UHC | ????迹P | 00111111001111110011111100111111111011101110100101010000 | 3f3f3f3feee950 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)