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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 漆爵漆爵B | 100011101011110110001110110111011000111010111101100011101101110101000010 | 8ebd8edd8ebd8edd42 |
EUC-JP | 漆爵漆爵B | 101111001011111110111100110111111011110010111111101111001101111101000010 | bcbfbcdfbcbfbcdf42 |
UTF-8 | 漆爵漆爵B | 11100110101111001000011011100111100010001011010111100110101111001000011011100111100010001011010101000010 | e6bc86e788b5e6bc86e788b542 |
UHC | 漆爵漆爵B | 111101101101010011101101110010011111011011010100111011011100100101000010 | f6d4edc9f6d4edc942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)