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 | ÔÒû°¹ | 100011111101010011010010111110111011000010111001 | 8fd4d2fbb0b9 |
SJIS-WIN | ????°? | 00111111001111110011111100111111100000011000101100111111 | 3f3f3f3f818b3f |
EUC-JP | ?ÔÒû°? | 00111111100011111010101011010100100011111010101011010010100011111010101111100101101000011110101100111111 | 3f8faad48faad28fabe5a1eb3f |
UTF-8 | ÔÒû°¹ | 110000101000111111000011100101001100001110010010110000111011101111000010101100001100001010111001 | c28fc394c392c3bbc2b0c2b9 |
UHC | ????°¹ | 0011111100111111001111110011111110100001110001101010100111110110 | 3f3f3f3fa1c6a9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)