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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 留팑硫딅㉮ | 111011111010011110001101111011011000110010010001111011111010011110001110111010111001010010000101111000111000100110101110 | efa78ded8c91efa78eeb9485e389ae |
UHC | 留팑硫딅㉮ | 11101011101001111011101101001111111010111010100110001010111010111010100010111111 | eba7bb4feba98aeba8bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)