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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 糺跫盂廏 | 1110001011111011111001101110110111100001101100011001101111111100 | e2fbe6ede1b19bfc |
EUC-JP | 糺跫盂廏 | 1110010011111101111011001110111111100010101100111101011011111110 | e4fdecefe2b3d6fe |
UTF-8 | 糺跫盂廏 | 111001111011001110111010111010001011011110101011111001111001101110000010111001011011101110001111 | e7b3bae8b7abe79b82e5bb8f |
UHC | ??盂? | 0011111100111111111010011101110100111111 | 3f3fe9dd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)