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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 闌ッ莉カ諡セB | 11101000100011001010111111100100101110111011011011100110100010111011111001000010 | e88cafe4bbb6e68bbe42 |
EUC-JP | 闌ッ莉カ諡セB | 11101111111011001000111010101111111010001011110110001110101101101110101111101011100011101011111001000010 | efec8eafe8bd8eb6ebeb8ebe42 |
UTF-8 | 闌ッ莉カ諡セB | 11101001100101111000110011101111101111011010111111101000100011101000100111101111101111011011011011101000101010111010000111101111101111011011111001000010 | e9978cefbdafe88e89efbdb6e8aba1efbdbe42 |
UHC | ??莉?諡?B | 001111110011111111010111111010010011111111100011110011010011111101000010 | 3f3fd7e93fe3cd3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)