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 | 鞜偃婚 | 111010001101111110011000111011101000110110100101 | e8df98ee8da5 |
EUC-JP | 鞜偃婚 | 111100001110000111010000111100001011101010100111 | f0e1d0f0baa7 |
UTF-8 | 鞜偃婚 | 111010011001111010011100111001011000000110000011111001011010100110011010 | e99e9ce58183e5a99a |
UHC | ?偃婚 | 0011111111100101111001111111101111100110 | 3fe5e7fbe6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)