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 | 式鱧 | 111100101010110110001110101011101110100111100101 | f2ad8eaee9e5 |
EUC-JP | ?式鱧 | 0011111110111100101100001111001011100111 | 3fbcb0f2e7 |
UTF-8 | 式鱧 | 111011101000011110100100111001011011110010001111111010011011000110100111 | ee87a4e5bc8fe9b1a7 |
UHC | ?式? | 00111111111000111101001000111111 | 3fe3d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)