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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??В???^ | 0011111100111111100001000100001000111111001111110011111101011110 | 3f3f84423f3f3f5e |
EUC-JP | ??В???^ | 0011111100111111101001111010001100111111001111110011111101011110 | 3f3fa7a33f3f3f5e |
UTF-8 | 琉볠В琉볣퍚^ | 111011111010011110001100111010111011001110100000110100001001001011101111101001111000110011101011101100111010001111101101100011011001101001011110 | efa78cebb3a0d092efa78cebb3a3ed8d9a5e |
UHC | 琉볠В琉볣퍚^ | 11101011101001001001001111100110101011001010001111101011101001001001001111101001101110111001000101011110 | eba493e6aca3eba493e9bb915e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)