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 | セウ璽室 | 101111101011001110001110101000111000111010111010 | beb38ea38eba |
EUC-JP | セウ璽室 | 1000111010111110100011101011001110111100101001011011110010111100 | 8ebe8eb3bca5bcbc |
UTF-8 | セウ璽室 | 111011111011110110111110111011111011110110110011111001111001001010111101111001011010111010100100 | efbdbeefbdb3e792bde5aea4 |
UHC | ??璽室 | 001111110011111111011111110111101110001111111000 | 3f3fdfdee3f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)