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 | 蜒・繧雅帖 | 111001011000001110100101111000111000001010001001111010111001001010011111 | e583a5e38289eb929f |
EUC-JP | 蜒・繧雅帖 | 11101001111000111000111010100101111001011110001010110010111011011100010010100001 | e9e38ea5e5e2b2edc4a1 |
UTF-8 | 蜒・繧雅帖 | 111010001001110010010010111011111011110110100101111001111011100110100111111010011001101110000101111001011011100010010110 | e89c92efbda5e7b9a7e99b85e5b896 |
UHC | ???雅帖 | 00111111001111110011111111100100101110101111010011011110 | 3f3f3fe4baf4de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)