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 | 跋ー竭ケ籬 | 1110011011101011101100001110001010010001101110011110001011011111 | e6ebb0e291b9e2df |
EUC-JP | 跋ー竭ケ籬 | 11101100111011011000111010110000111000111111000110001110101110011110010011100001 | eced8eb0e3f18eb9e4e1 |
UTF-8 | 跋ー竭ケ籬 | 111010001011011110001011111011111011110110110000111001111010101110101101111011111011110110111001111001111011000110101100 | e8b78befbdb0e7abadefbdb9e7b1ac |
UHC | 跋?竭?籬 | 1101101110100010001111111100101011100110001111111101011111100110 | dba23fcae63fd7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)