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 | 懈?\ | 10011100111001100011111101011100 | 9ce63f5c |
EUC-JP | 懈?\ | 11011000111010000011111101011100 | d8e83f5c |
UTF-8 | 懈렢\ | 11100110100001111000100011101011101000001010001001011100 | e68788eba0a25c |
UHC | 懈렢\ | 1111101010101011100011101011001101011100 | faab8eb35c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)