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 | ??┥詣 | 001111110011111110000100101111001000110001110111 | 3f3f84bc8c77 |
EUC-JP | ??┥詣 | 001111110011111110101000101111101011011111011000 | 3f3fa8beb7d8 |
UTF-8 | 琉뗥┥詣 | 111011111010011110001100111010111001011110100101111000101001010010100101111010001010100110100011 | efa78ceb97a5e294a5e8a9a3 |
UHC | 琉뗥┥詣 | 1110101110100100100010111110010110100110101111101110011111100001 | eba48be5a6bee7e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)