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 | ?宏?槐^ | 00111111100011010100011100111111100111101100010101011110 | 3f8d473f9ec55e |
EUC-JP | ?宏?槐^ | 00111111101110011010100000111111110111001100011101011110 | 3fb9a83fdcc75e |
UTF-8 | 뤗宏뤗槐^ | 11101011101001001001011111100101101011101000111111101011101001001001011111100110101001111001000001011110 | eba497e5ae8feba497e6a7905e |
UHC | 뤗宏뤗槐^ | 100011111100011111001110110110111000111111000111110011101101100101011110 | 8fc7cedb8fc7ced95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)