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 | セヒ莅\ | 1011111011001011111001001010110001011100 | becbe4ac5c |
EUC-JP | セヒ莅\ | 10001110101111101000111011001011111010001010111001011100 | 8ebe8ecbe8ae5c |
UTF-8 | セヒ莅\ | 11101111101111011011111011101111101111101000101111101000100011101000010101011100 | efbdbeefbe8be88e855c |
UHC | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)