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 | ëã´æ¡ | 111010111110001110110100111001101000111110100001 | ebe3b4e68fa1 |
SJIS-WIN | ??´??? | 00111111001111111000000101001100001111110011111100111111 | 3f3f814c3f3f3f |
EUC-JP | ëã´æ?¡ | 100011111010101110110011100011111010101110101010101000011010110110001111101010011100000100111111100011111010001011000010 | 8fabb38fabaaa1ad8fa9c13f8fa2c2 |
UTF-8 | ëã´æ¡ | 110000111010101111000011101000111100001010110100110000111010011011000010100011111100001010100001 | c3abc3a3c2b4c3a6c28fc2a1 |
UHC | ??´æ?¡ | 001111110011111110100010101001011010100110100001001111111010001010101110 | 3f3fa2a5a9a13fa2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)