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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 第?賈蔚 | 10010001111001100011111111100110110010011000100101010101 | 91e63fe6c98955 |
EUC-JP | 第?賈蔚 | 11000010111010000011111111101100110010111011000110110110 | c2e83feccbb1b6 |
UTF-8 | 第얗賈蔚 | 111001111010110010101100111011001001011010010111111010001011001110001000111010001001010010011010 | e7acacec9697e8b388e8949a |
UHC | 第얗賈蔚 | 1111000010101111101111101110100111001010101110011110101010100101 | f0afbee9cab9eaa5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)