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 | ??E??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
SJIS-WIN | 驕培E驕培EB | 1110100110000001100101000111110001000101111010011000000110010100011111000100010101000010 | e981947c45e981947c4542 |
EUC-JP | 驕培E驕培EB | 1111000111100001110001111101110101000101111100011110000111000111110111010100010101000010 | f1e1c7dd45f1e1c7dd4542 |
UTF-8 | 驕培E驕培EB | 111010011010100110010101111001011001111110111001010001011110100110101001100101011110010110011111101110010100010101000010 | e9a995e59fb945e9a995e59fb94542 |
UHC | 驕培E驕培EB | 1100111011110110110110111100011001000101110011101111011011011011110001100100010101000010 | cef6dbc645cef6dbc64542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)