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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鉦ー偲舎鉦ー | 10001111110111101011000010001110110000111000111011001001100011111101111010110000 | 8fdeb08ec38ec98fdeb0 |
EUC-JP | 鉦ー偲舎鉦ー | 101111101110000010001110101100001011110011000101101111001100101110111110111000001000111010110000 | bee08eb0bcc5bccbbee08eb0 |
UTF-8 | 鉦ー偲舎鉦ー | 111010011000100110100110111011111011110110110000111001011000000110110010111010001000100010001110111010011000100110100110111011111011110110110000 | e989a6efbdb0e581b2e8888ee989a6efbdb0 |
UHC | 鉦???鉦? | 1110111111111010001111110011111100111111111011111111101000111111 | effa3f3f3feffa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)