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 | 珮ォ鶉 | 11100000111000011111100110110010101010111110101001000111 | e0e1f9b2abea47 |
EUC-JP | 珮?ォ鶉 | 11100000111000110011111110001110101010111111001110101000 | e0e33f8eabf3a8 |
UTF-8 | 珮ォ鶉 | 111001111000111110101110111011101001110010001101111011111011110110101011111010011011011010001001 | e78faeee9c8defbdabe9b689 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)