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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 窈ι‥B | 11100010011101111000001111000111100000010110010001000010 | e27783c7816442 |
EUC-JP | 窈ι‥B | 11100011110110001010011011001001101000011100010101000010 | e3d8a6c9a1c542 |
UTF-8 | 窈ι‥B | 111001111010101010001000110011101011100111100010100000001010010101000010 | e7aa88ceb9e280a542 |
UHC | 窈ι‥B | 11101001101000011010010111101001101000011010010101000010 | e9a1a5e9a1a542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)