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 | 頡ィ讓頑ョ | 1110100011110100101010001110011010101000100010101110011010101110 | e8f4a8e6a88ae6ae |
EUC-JP | 頡ィ讓頑ョ | 11110000111101101000111010101000111011001010101010110100111010001000111010101110 | f0f68ea8ecaab4e88eae |
UTF-8 | 頡ィ讓頑ョ | 111010011010000010100001111011111011110110101000111010001010111010010011111010011010000010010001111011111011110110101110 | e9a0a1efbda8e8ae93e9a091efbdae |
UHC | ??讓頑? | 00111111001111111110010111010011111010001101011100111111 | 3f3fe5d3e8d73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)