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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鈕ス讎 | 1110011111100100101111011110011010100110 | e7e4bde6a6 |
EUC-JP | 鈕ス讎 | 111011101110011010001110101111011110110010101000 | eee68ebdeca8 |
UTF-8 | 鈕ス讎 | 111010011000100010010101111011111011110110111101111010001010111010001110 | e98895efbdbde8ae8e |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)