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 | 椅??毅? | 10001000110101100011111100111111100010110100001000111111 | 88d63f3f8b423f |
EUC-JP | 椅??毅? | 10110000110110000011111100111111101101011010001100111111 | b0d83f3fb5a33f |
UTF-8 | 椅쀬뢾毅턧 | 111001101010010010000101111011001000000010101100111010111010001010111110111001101010111110000101111011011000010010100111 | e6a485ec80aceba2bee6af85ed84a7 |
UHC | 椅쀬뢾毅턧 | 11101011111101011001011111101100100011111000000111101011111101101011011001101000 | ebf597ec8f81ebf6b668 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)