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 | 聯뗧쵖聯뗧 | 111011111010011010010111111010111001011110100111111011001011010110010110111011111010011010010111111010111001011110100111 | efa697eb97a7ecb596efa697eb97a7 |
UHC | 聯뗧쵖聯뗧 | 11100110111000011000101111100111101011001001100011100110111000011000101111100111 | e6e18be7ac98e6e18be7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)