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 | 逋イム雅⊂ | 1110011110011001101100101101000110001001111010111000000110111100 | e799b2d189eb81bc |
EUC-JP | 逋イム雅⊂ | 11101101111110011000111010110010100011101101000110110010111011011010001010111110 | edf98eb28ed1b2eda2be |
UTF-8 | 逋イム雅⊂ | 111010011000000010001011111011111011110110110010111011111011111010010001111010011001101110000101111000101000101010000010 | e9808befbdb2efbe91e99b85e28a82 |
UHC | 逋??雅⊂ | 1111100011100111001111110011111111100100101110101010000111111000 | f8e73f3fe4baa1f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)