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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 們慊們 | 100110001110110010011100110000101001100011101100 | 98ec9cc298ec |
EUC-JP | 們慊們 | 110100001110111011011000110001001101000011101110 | d0eed8c4d0ee |
UTF-8 | 們慊們 | 111001011000000010010001111001101000010110001010111001011000000010010001 | e58091e6858ae58091 |
UHC | 們慊們 | 110110011111101011001100110000111101100111111010 | d9faccc3d9fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)