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 | 紆?肢?駭 | 1110001011111100001111111000111010001000001111111110100101101110 | e2fc3f8e883fe96e |
EUC-JP | 紆?肢?駭 | 1110010011111110001111111011101111101000001111111111000111001111 | e4fe3fbbe83ff1cf |
UTF-8 | 紆렡肢렖駭 | 111001111011010010000110111010111010000010100001111010001000001010100010111010111010000010010110111010011010011110101101 | e7b486eba0a1e882a2eba096e9a7ad |
UHC | 紆렡肢렖駭 | 11101001111000011000111010110010111100101011011010001110101010111111101010110100 | e9e18eb2f2b68eabfab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)