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?? | 0011111100111111010000100011111100111111 | 3f3f423f3f |
SJIS-WIN | 蜃擘B樽消 | 111001011000011110011101101001000100001010010010010011011000111111000001 | e5879da442924d8fc1 |
EUC-JP | 蜃擘B樽消 | 111010011110011111011010101001100100001011000011101011101011111011000011 | e9e7daa642c3aebec3 |
UTF-8 | 蜃擘B樽消 | 11101000100111001000001111100110100100111001100001000010111001101010100010111101111001101011011010001000 | e89c83e6939842e6a8bde6b688 |
UHC | 蜃擘B樽消 | 111000111111000111011011111110110100001011110001110111001110000110111100 | e3f1dbfb42f1dce1bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)