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 | 釵抵スェ魄ア | 111001111101111010010010111011111011110110101010111010011010111010110001 | e7de92efbdaae9aeb1 |
EUC-JP | 釵抵スェ魄ア | 111011101110000011000100111100011000111010111101100011101010101011110010101100001000111010110001 | eee0c4f18ebd8eaaf2b08eb1 |
UTF-8 | 釵抵スェ魄ア | 111010011000011110110101111001101000101010110101111011111011110110111101111011111011110110101010111010011010110110000100111011111011110110110001 | e987b5e68ab5efbdbdefbdaae9ad84efbdb1 |
UHC | 釵抵??魄? | 111100111111101111101110101111010011111100111111110110111101111000111111 | f3fbeebd3f3fdbde3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)