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 | 由?^ | 10010111010100100011111101011110 | 97523f5e |
EUC-JP | 由?^ | 11001101101100110011111101011110 | cdb33f5e |
UTF-8 | 由뭖^ | 11100111100101001011000111101011101011011001011001011110 | e794b1ebad965e |
UHC | 由뭖^ | 1110101110100110100100100110001101011110 | eba692635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)