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 | 鬲冗霜 | 111010011010110110001111111001111001000110011010 | e9ad8fe7919a |
EUC-JP | 鬲冗霜 | 111100101010111110111110111010011100000111111010 | f2afbee9c1fa |
UTF-8 | 鬲冗霜 | 111010011010110010110010111001011000011010010111111010011001110010011100 | e9acb2e58697e99c9c |
UHC | ?冗霜 | 0011111111101001101101111101111111011100 | 3fe9b7dfdc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)