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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 逋廷ъ | 111001111001100110010010111011001000010010001100 | e79992ec848c |
EUC-JP | 逋廷ъ | 111011011111100111000100111011101010011111101100 | edf9c4eea7ec |
UTF-8 | 逋廷ъ | 1110100110000000100010111110010110111011101101111101000110001010 | e9808be5bbb7d18a |
UHC | 逋廷ъ | 111110001110011111101111110101011010110011101100 | f8e7efd5acec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)