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 | ????}B | 001111110011111100111111001111110111110101000010 | 3f3f3f3f7d42 |
SJIS-WIN | 轤ォ霆ク}B | 1110011110000010101010111110100010111011101110000111110101000010 | e782abe8bbb87d42 |
EUC-JP | 轤ォ霆ク}B | 11101101111000101000111010101011111100001011110110001110101110000111110101000010 | ede28eabf0bd8eb87d42 |
UTF-8 | 轤ォ霆ク}B | 1110100010111101101001001110111110111101101010111110100110011100100001101110111110111101101110000111110101000010 | e8bda4efbdabe99c86efbdb87d42 |
UHC | ??霆?}B | 00111111001111111110111111111101001111110111110101000010 | 3f3feffd3f7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)