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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 楨^ | 1111101011101001111100001101001101011110 | fae9f0d35e |
EUC-JP | 楨?^ | 1000111111000100110011000011111101011110 | 8fc4cc3f5e |
UTF-8 | 楨^ | 11100110101001011010100011101110100000101001001001011110 | e6a5a8ee82925e |
UHC | 楨?^ | 11101111110111110011111101011110 | efdf3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)