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 | 閼帙Ρ菫ョ | 111010001000010010011011111000111000001110101111111001001011111110101110 | e8849be383afe4bfae |
EUC-JP | 閼帙Ρ菫ョ | 11101111111001001101011011100101101001101011000111101000110000011000111010101110 | efe4d6e5a6b1e8c18eae |
UTF-8 | 閼帙Ρ菫ョ | 1110100110010110101111001110010110111000100110011100111010100001111010001000111110101011111011111011110110101110 | e996bce5b899cea1e88fabefbdae |
UHC | 閼帙Ρ菫? | 111001001101100111110010111011011010010111010001110100001100101100111111 | e4d9f2eda5d1d0cb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)