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 | 麗本饅 | 100101111110110110010110011110111110100101011100 | 97ed967be95c |
EUC-JP | 麗本饅 | 110011101110111111001011110111001111000110111101 | ceefcbdcf1bd |
UTF-8 | 麗本饅 | 111010011011101010010111111001101001110010101100111010011010010110000101 | e9ba97e69cace9a585 |
UHC | 麗本饅 | 110101011111001011011100111000101101100011000011 | d5f2dce2d8c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)