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 | 鬩肴干 | 111010011010100110001101111001101000101010110001 | e9a98de68ab1 |
EUC-JP | 鬩肴干 | 111100101010101110111010111010001011010010110011 | f2abbae8b4b3 |
UTF-8 | 鬩肴干 | 111010011010110010101001111010001000001010110100111001011011100110110010 | e9aca9e882b4e5b9b2 |
UHC | ?肴干 | 0011111111111101101000101100101011001110 | 3ffda2cace |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)