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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 酌者酌邪\ | 100011101101111010001110110100101000111011011110100011101101011101011100 | 8ede8ed28ede8ed75c |
EUC-JP | 酌者酌邪\ | 101111001110000010111100110101001011110011100000101111001101100101011100 | bce0bcd4bce0bcd95c |
UTF-8 | 酌者酌邪\ | 11101001100001011000110011101000100000001000010111101001100001011000110011101001100000101010101001011100 | e9858ce88085e9858ce982aa5c |
UHC | 酌者酌邪\ | 111011011100110011101101101110101110110111001100110111101111011101011100 | edccedbaedccdef75c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)