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 | ???@h | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | 巽続尊@h | 1001001001000110100100011011000110010001101110000100000001101000 | 924691b191b84068 |
EUC-JP | 巽続尊@h | 1100001110100111110000101011001111000010101110100100000001101000 | c3a7c2b3c2ba4068 |
UTF-8 | 巽続尊@h | 1110010110110111101111011110011110110110100110101110010110110000100010100100000001101000 | e5b7bde7b69ae5b08a4068 |
UHC | 巽?尊@h | 11100001110111100011111111110000111011100100000001101000 | e1de3ff0ee4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)