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 | 隴雅ケ夊ョ | 1110100010101101100010011110101110111001100110101110100010101110 | e8ad89ebb99ae8ae |
EUC-JP | 隴雅ケ夊ョ | 11110000101011111011001011101101100011101011100111010100111010101000111010101110 | f0afb2ed8eb9d4ea8eae |
UTF-8 | 隴雅ケ夊ョ | 111010011001101010110100111010011001101110000101111011111011110110111001111001011010010010001010111011111011110110101110 | e99ab4e99b85efbdb9e5a48aefbdae |
UHC | ?雅??? | 001111111110010010111010001111110011111100111111 | 3fe4ba3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)