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 | 珮ムウ礦 | 111000001110000111010001101100111110000111100110 | e0e1d1b3e1e6 |
EUC-JP | 珮ムウ礦 | 1110000011100011100011101101000110001110101100111110001011101000 | e0e38ed18eb3e2e8 |
UTF-8 | 珮ムウ礦 | 111001111000111110101110111011111011111010010001111011111011110110110011111001111010010010100110 | e78faeefbe91efbdb3e7a4a6 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)