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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | ??益\ | 0011111100111111100010010111011001011100 | 3f3f89765c |
EUC-JP | ??益\ | 0011111100111111101100011101011101011100 | 3f3fb1d75c |
UTF-8 | 셸섣益\ | 11101100100001011011100011101100100001001010001111100111100110111000101001011100 | ec85b8ec84a3e79b8a5c |
UHC | 셸섣益\ | 10111100110100001011110010110010111011001100110001011100 | bcd0bcb2eccc5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)