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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 昊?\ | 10011101110111010011111101011100 | 9ddd3f5c |
EUC-JP | 昊飡\ | 110110101101111110001111111010001100100001011100 | dadf8fe8c85c |
UTF-8 | 昊飡\ | 11100110100110001000101011101001101000111010000101011100 | e6988ae9a3a15c |
UHC | 昊飡\ | 1111101111000100111000011110001001011100 | fbc4e1e25c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)