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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 獨社讐 | 111000001101010110001110110100001000111101010001 | e0d58ed08f51 |
EUC-JP | 獨社讐 | 111000001101011110111100110100101011110110110010 | e0d7bcd2bdb2 |
UTF-8 | 獨社讐 | 111001111000110110101000111001111010010010111110111010001010111010010000 | e78da8e7a4bee8ae90 |
UHC | 獨社讐 | 110101001011110011011110111001001110001011000010 | d4bcdee4e2c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)