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 | 11101000100001101011101011100110100010111010110011100101101011111010100101000010 | e886bae68bace5afa942 |
EUC-JP | 閹コ諡ャ蟇ゥB | 11101111111001101000111010111010111010111110101110001110101011001110101010110001100011101010100101000010 | efe68ebaebeb8eaceab18ea942 |
UTF-8 | 閹コ諡ャ蟇ゥB | 11101001100101101011100111101111101111011011101011101000101010111010000111101111101111011010110011101000100111111000011111101111101111011010100101000010 | e996b9efbdbae8aba1efbdace89f87efbda942 |
UHC | ??諡???B | 0011111100111111111000111100110100111111001111110011111101000010 | 3f3fe3cd3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)