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 | îûÖêÅú | 111011101111101111010110111010101100010111111010 | eefbd6eac5fa |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | îûÖêÅú | 100011111010101111000010100011111010101111100101100011111010101011010011100011111010101110110100100011111010101010101001100011111010101111100010 | 8fabc28fabe58faad38fabb48faaa98fabe2 |
UTF-8 | îûÖêÅú | 110000111010111011000011101110111100001110010110110000111010101011000011100001011100001110111010 | c3aec3bbc396c3aac385c3ba |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)