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 | ?贖賍 | 0011111111100110110111001110011011011010 | 3fe6dce6da |
EUC-JP | 訵贖賍 | 10001111110111011101001111101100110111101110110011011100 | 8fddd3ecdeecdc |
UTF-8 | 訵贖賍 | 111010001010100010110101111010001011010010010110111010001011001110001101 | e8a8b5e8b496e8b38d |
UHC | ?贖? | 00111111111000011101101100111111 | 3fe1db3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)