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 | ?????H | 001111110011111100111111001111110011111101001000 | 3f3f3f3f3f48 |
SJIS-WIN | 餌????H | 10001001011000010011111100111111001111110011111101001000 | 89613f3f3f3f48 |
EUC-JP | 餌????H | 10110001110000100011111100111111001111110011111101001000 | b1c23f3f3f3f48 |
UTF-8 | 餌솖솜솔섰H | 11101001101001001000110011101100100001101001011011101100100001101001110011101100100001101001010011101100100001001011000001001000 | e9a48cec8696ec869cec8694ec84b048 |
UHC | 餌솖솜솔섰H | 1110110011001000101111001101011110111100110110001011110011010110101111001011100101001000 | ecc8bcd7bcd8bcd6bcb948 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)