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 | ???IB | 0011111100111111001111110100100101000010 | 3f3f3f4942 |
SJIS-WIN | 諶臥伽IB | 1111101110101010100010011110011110001001101111100100100101000010 | fbaa89e789be4942 |
EUC-JP | 諶臥伽IB | 100011111101111010110101101100101110100110110010110000000100100101000010 | 8fdeb5b2e9b2c04942 |
UTF-8 | 諶臥伽IB | 1110100010101011101101101110100010000111101001011110010010111100101111010100100101000010 | e8abb6e887a5e4bcbd4942 |
UHC | 諶臥伽IB | 1110010010100110111010001100001011001010101000010100100101000010 | e4a6e8c2caa14942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)