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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 盆?] | 10010110011111100011111101011101 | 967e3f5d |
EUC-JP | 盆?] | 11001011110111110011111101011101 | cbdf3f5d |
UTF-8 | 盆랏] | 11100111100110111000011011101011100111101000111101011101 | e79b86eb9e8f5d |
UHC | 盆랏] | 1101110111001110101101101111100101011101 | ddceb6f95d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)