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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 莠檮莠樅^ | 111001001011101010011110100011011110010010111010100111101110000001011110 | e4ba9e8de4ba9ee05e |
EUC-JP | 莠檮莠樅^ | 111010001011110011011011111011011110100010111100110111001110001001011110 | e8bcdbede8bcdce25e |
UTF-8 | 莠檮莠樅^ | 11101000100011101010000011100110101010101010111011101000100011101010000011100110101010001000010101011110 | e88ea0e6aaaee88ea0e6a8855e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)