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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 盖渦盖渦B | 111000011011001110001001010100011110000110110011100010010101000101000010 | e1b38951e1b3895142 |
EUC-JP | 盖渦盖渦B | 111000101011010110110001101100101110001010110101101100011011001001000010 | e2b5b1b2e2b5b1b242 |
UTF-8 | 盖渦盖渦B | 11100111100110111001011011100110101110001010011011100111100110111001011011100110101110001010011001000010 | e79b96e6b8a6e79b96e6b8a642 |
UHC | 盖渦盖渦B | 110010111100110011101000101111101100101111001100111010001011111001000010 | cbcce8becbcce8be42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)