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 | 拌碆拌碆^ | 100111010110000111100001111011001001110101100001111000011110110001011110 | 9d61e1ec9d61e1ec5e |
EUC-JP | 拌碆拌碆^ | 110110011100001011100010111011101101100111000010111000101110111001011110 | d9c2e2eed9c2e2ee5e |
UTF-8 | 拌碆拌碆^ | 11100110100010111000110011100111101000101000011011100110100010111000110011100111101000101000011001011110 | e68b8ce7a286e68b8ce7a2865e |
UHC | 拌?拌?^ | 11011010111001010011111111011010111001010011111101011110 | dae53fdae53f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)