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 | 鉑蒔鉑蒔^ | 111110111100100110001110101010101111101111001001100011101010101001011110 | fbc98eaafbc98eaa5e |
EUC-JP | 鉑蒔鉑蒔^ | 1000111111100011111000011011110010101100100011111110001111100001101111001010110001011110 | 8fe3e1bcac8fe3e1bcac5e |
UTF-8 | 鉑蒔鉑蒔^ | 11101001100010011001000111101000100100101001010011101001100010011001000111101000100100101001010001011110 | e98991e89294e98991e892945e |
UHC | ?蒔?蒔^ | 00111111111000111100100000111111111000111100100001011110 | 3fe3c83fe3c85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)