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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??┥? | 0011111100111111100001001011110000111111 | 3f3f84bc3f |
EUC-JP | ??┥? | 0011111100111111101010001011111000111111 | 3f3fa8be3f |
UTF-8 | 琉뗥┥履 | 111011111010011110001100111010111001011110100101111000101001010010100101111011111010011110011111 | efa78ceb97a5e294a5efa79f |
UHC | 琉뗥┥履 | 1110101110100100100010111110010110100110101111101110110010101010 | eba48be5a6beecaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)