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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 陦呎≠^ | 11101000101000011001100111100110100000011000001001011110 | e8a199e681825e |
EUC-JP | 陦呎≠^ | 11110000101000111101001011101000101000011110001001011110 | f0a3d2e8a1e25e |
UTF-8 | 陦呎≠^ | 11101001100110011010011011100101100100011000111011100010100010011010000001011110 | e999a6e5918ee289a05e |
UHC | ??≠^ | 0011111100111111101000011100000101011110 | 3f3fa1c15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)