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 | ?????H | 001111110011111100111111001111110011111101001000 | 3f3f3f3f3f48 |
SJIS-WIN | 荵滂ス壌逾H | 11100100101110011001111111101111101111011000111111101011111001111010010101001000 | e4b99fefbd8febe7a548 |
EUC-JP | 荵滂ス壌逾H | 1110100010111011110111101111000110001110101111011011111011101101111011101010011101001000 | e8bbdef18ebdbeedeea748 |
UTF-8 | 荵滂ス壌逾H | 11101000100011011011010111100110101110111000001011101111101111011011110111100101101000111000110011101001100000001011111001001000 | e88db5e6bb82efbdbde5a38ce980be48 |
UHC | ?滂??逾H | 0011111111011011101101010011111100111111111010111011010101001000 | 3fdbb53f3febb548 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)