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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 史煉羮司羞 | 10001110011010101001011111111001111000111011110010001110011010011110001110110101 | 8e6a97f9e3bc8e69e3b5 |
EUC-JP | 史煉羮司羞 | 10111011110010111100111011111011111001101011111010111011110010101110011010110111 | bbcbcefbe6bebbcae6b7 |
UTF-8 | 史煉羮司羞 | 111001011000111110110010111001111000010110001001111001111011111010101110111001011000111110111000111001111011111010011110 | e58fb2e78589e7beaee58fb8e7be9e |
UHC | 史煉?司羞 | 110111101100100011010110101000010011111111011110110010011110001010111010 | dec8d6a13fdec9e2ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)