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 | ?£? | 001111111010001100111111 | 3fa33f |
SJIS-WIN | 釿£鈔 | 111001111110000110000001100100101110011111100010 | e7e18192e7e2 |
EUC-JP | 釿£鈔 | 111011101110001110100001111100101110111011100100 | eee3a1f2eee4 |
UTF-8 | 釿£鈔 | 1110100110000111101111111100001010100011111010011000100010010100 | e987bfc2a3e98894 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)