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 | 鈕頑ォ | 1110011111100100100010101110011010101011 | e7e48ae6ab |
EUC-JP | 鈕頑ォ | 111011101110011010110100111010001000111010101011 | eee6b4e88eab |
UTF-8 | 鈕頑ォ | 111010011000100010010101111010011010000010010001111011111011110110101011 | e98895e9a091efbdab |
UHC | ?頑? | 00111111111010001101011100111111 | 3fe8d73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)