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 | ???躍 | 0011111100111111001111111001011011110100 | 3f3f3f96f4 |
EUC-JP | ???躍 | 0011111100111111001111111100110011110110 | 3f3f3fccf6 |
UTF-8 | 琉앸콇躍 | 111011111010011110001100111011001001010110111000111011001011110110000111111010001011101010001101 | efa78cec95b8ecbd87e8ba8d |
UHC | 琉앸콇躍 | 1110101110100100100111011110101110110001100000111110010110111000 | eba49debb183e5b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)