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 | ??Ф\ | 0011111100111111100001000101010101011100 | 3f3f84555c |
EUC-JP | 獒?Ф\ | 10001111110010111011101100111111101001111011011001011100 | 8fcbbb3fa7b65c |
UTF-8 | 獒앸Ф\ | 111001111000110110010010111011001001010110111000110100001010010001011100 | e78d92ec95b8d0a45c |
UHC | 獒앸Ф\ | 11101000101000111001110111101011101011001011011001011100 | e8a39debacb65c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)