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 | 逋イム喜オ | 11100111100110011011001011010001100010101110110010110101 | e799b2d18aecb5 |
EUC-JP | 逋イム喜オ | 11101101111110011000111010110010100011101101000110110100111011101000111010110101 | edf98eb28ed1b4ee8eb5 |
UTF-8 | 逋イム喜オ | 111010011000000010001011111011111011110110110010111011111011111010010001111001011001011010011100111011111011110110110101 | e9808befbdb2efbe91e5969cefbdb5 |
UHC | 逋??喜? | 11111000111001110011111100111111111111011110110000111111 | f8e73f3ffdec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)