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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 躍?躍?^ | 10010110111101000011111110010110111101000011111101011110 | 96f43f96f43f5e |
EUC-JP | 躍?躍?^ | 11001100111101100011111111001100111101100011111101011110 | ccf63fccf63f5e |
UTF-8 | 躍섵躍섵^ | 11101000101110101000110111101100100001001011010111101000101110101000110111101100100001001011010101011110 | e8ba8dec84b5e8ba8dec84b55e |
UHC | 躍섵躍섵^ | 111001011011100010011001010001001110010110111000100110010100010001011110 | e5b89944e5b899445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)