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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 窈??節ュ1 | 11100010011101110011111100111111100100001101111110000011100001011000001001010000 | e2773f3f90df83858250 |
EUC-JP | 窈??節ュ1 | 11100011110110000011111100111111110000001110000110100101111001011010001110110001 | e3d83f3fc0e1a5e5a3b1 |
UTF-8 | 窈뗩렉節ュ1 | 111001111010101010001000111010111001011110101001111010111010000010001001111001111010111110000000111000111000001110100101111011111011110010010001 | e7aa88eb97a9eba089e7af80e383a5efbc91 |
UHC | 窈뗩렉節ュ1 | 111010011010000110001011111010011011011110111010111011111011110110101011111001011010001110110001 | e9a18be9b7baefbdabe5a3b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)