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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 由?由?^ | 10010111010100100011111110010111010100100011111101011110 | 97523f97523f5e |
EUC-JP | 由?由?^ | 11001101101100110011111111001101101100110011111101011110 | cdb33fcdb33f5e |
UTF-8 | 由켆由켆^ | 11100111100101001011000111101100101111001000011011100111100101001011000111101100101111001000011001011110 | e794b1ecbc86e794b1ecbc865e |
UHC | 由켆由켆^ | 111010111010011010110001010001001110101110100110101100010100010001011110 | eba6b144eba6b1445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)