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 | 褞鳶カ寀ョ | 1110010111110000100100111100111010110110111110101010011110101110 | e5f093ceb6faa7ae |
EUC-JP | 褞鳶カ寀ョ | 1110101011110010110001101101000010001110101101101000111110111010110110111000111010101110 | eaf2c6d08eb68fbadb8eae |
UTF-8 | 褞鳶カ寀ョ | 111010001010010010011110111010011011001110110110111011111011110110110110111001011010111110000000111011111011110110101110 | e8a49ee9b3b6efbdb6e5af80efbdae |
UHC | ?鳶?寀? | 00111111111001101110100100111111111100111111001000111111 | 3fe6e93ff3f23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)