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 | 財?低 | 1000110111100000001111111001001011100001 | 8de03f92e1 |
EUC-JP | 財?低 | 1011101011100010001111111100010011100011 | bae23fc4e3 |
UTF-8 | 財렒低 | 111010001011001010100001111010111010000010010010111001001011110110001110 | e8b2a1eba092e4bd8e |
UHC | 財렒低 | 111011101010111110001110101001111110111010111000 | eeaf8ea7eeb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)