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 | ò¶²úâ | 1111001010110110101100101111101011100010 | f2b6b2fae2 |
SJIS-WIN | ?¶??? | 001111111000000111110111001111110011111100111111 | 3f81f73f3f3f |
EUC-JP | ò¶?úâ | 100011111010101111010010101000101111100100111111100011111010101111100010100011111010101110100100 | 8fabd2a2f93f8fabe28faba4 |
UTF-8 | ò¶²úâ | 11000011101100101100001010110110110000101011001011000011101110101100001110100010 | c3b2c2b6c2b2c3bac3a2 |
UHC | ?¶²?? | 00111111101000101101001010101001111101110011111100111111 | 3fa2d2a9f73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)