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 | ??奸^ | 0011111100111111100110110100000001011110 | 3f3f9b405e |
EUC-JP | ?湄奸^ | 00111111100011111100011111110001110101011010000101011110 | 3f8fc7f1d5a15e |
UTF-8 | 쁨湄奸^ | 11101100100000011010100011100110101110011000010011100101101001011011100001011110 | ec81a8e6b984e5a5b85e |
UHC | 쁨湄奸^ | 10111011110111011101101010110101110010101100110001011110 | bbdddab5cacc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)