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 | 逋イム諌喊 | 1110011110011001101100101101000110001010110100001001101001011110 | e799b2d18ad09a5e |
EUC-JP | 逋イム諌喊 | 11101101111110011000111010110010100011101101000110110100110100101101001110111111 | edf98eb28ed1b4d2d3bf |
UTF-8 | 逋イム諌喊 | 111010011000000010001011111011111011110110110010111011111011111010010001111010001010101110001100111001011001011010001010 | e9808befbdb2efbe91e8ab8ce5968a |
UHC | 逋???喊 | 11111000111001110011111100111111001111111111100111100010 | f8e73f3f3ff9e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)