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 | ????V | 0011111100111111001111110011111101010110 | 3f3f3f3f56 |
SJIS-WIN | ??ュ’V | 00111111001111111000001110000101100000010110011001010110 | 3f3f8385816656 |
EUC-JP | ??ュ’V | 00111111001111111010010111100101101000011100011101010110 | 3f3fa5e5a1c756 |
UTF-8 | 룶쾹ュ’V | 11101011101000111011011011101100101111101011100111100011100000111010010111100010100000001001100101010110 | eba3b6ecbeb9e383a5e2809956 |
UHC | 룶쾹ュ’V | 100011111010101110110010100011111010101111100101101000011010111101010110 | 8fabb28fabe5a1af56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)