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 | öÔúÖõç | 111101101101010011111010110101101111010111100111 | f6d4fad6f5e7 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | öÔúÖõç | 100011111010101111010011100011111010101011010100100011111010101111100010100011111010101011010011100011111010101111011000100011111010101110101110 | 8fabd38faad48fabe28faad38fabd88fabae |
UTF-8 | öÔúÖõç | 110000111011011011000011100101001100001110111010110000111001011011000011101101011100001110100111 | c3b6c394c3bac396c3b5c3a7 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)