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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 苞睡イ纈 | 11100100100110101001000010000111101100101110001110010010 | e49a9087b2e392 |
EUC-JP | 苞睡イ纈 | 1110011111111010101111111110011110001110101100101110010111110010 | e7fabfe78eb2e5f2 |
UTF-8 | 苞睡イ纈 | 111010001000101110011110111001111001110110100001111011111011110110110010111001111011101010001000 | e88b9ee79da1efbdb2e7ba88 |
UHC | 苞睡?? | 111110001110001011100010101100100011111100111111 | f8e2e2b23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)