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 | 遽ウ雋カ遽 | 1110011110101111101100111110100010110010101101101110011110101111 | e7afb3e8b2b6e7af |
EUC-JP | 遽ウ雋カ遽 | 11101110101100011000111010110011111100001011010010001110101101101110111010110001 | eeb18eb3f0b48eb6eeb1 |
UTF-8 | 遽ウ雋カ遽 | 111010011000000110111101111011111011110110110011111010011001101110001011111011111011110110110110111010011000000110111101 | e981bdefbdb3e99b8befbdb6e981bd |
UHC | 遽?雋?遽 | 1100101111101000001111111111000111100110001111111100101111101000 | cbe83ff1e63fcbe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)