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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 至??盒 | 100011101000101000111111001111111110000110110100 | 8e8a3f3fe1b4 |
EUC-JP | 至??盒 | 101110111110101000111111001111111110001010110110 | bbea3f3fe2b6 |
UTF-8 | 至렞뤯盒 | 111010001000011110110011111010111010000010011110111010111010010010101111111001111001101110010010 | e887b3eba09eeba4afe79b92 |
UHC | 至렞뤯盒 | 1111001010111000100011101010111110001111110111011111100111101100 | f2b88eaf8fddf9ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)