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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | ??捐\ | 0011111100111111100111010110111101011100 | 3f3f9d6f5c |
EUC-JP | ??捐\ | 0011111100111111110110011101000001011100 | 3f3fd9d05c |
UTF-8 | 롆렋捐\ | 11101011101000011000011011101011101000001000101111100110100011011001000001011100 | eba186eba08be68d905c |
UHC | 롆렋捐\ | 10001110110011001000111010100010111001101100100001011100 | 8ecc8ea2e6c85c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)