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 | ??W}??W{^ | 001111110011111101010111011111010011111100111111010101110111101101011110 | 3f3f577d3f3f577b5e |
SJIS-WIN | 搖?W}搖?W{^ | 1001110110001010001111110101011101111101100111011000101000111111010101110111101101011110 | 9d8a3f577d9d8a3f577b5e |
EUC-JP | 搖?W}搖?W{^ | 1101100111101010001111110101011101111101110110011110101000111111010101110111101101011110 | d9ea3f577dd9ea3f577b5e |
UTF-8 | 搖렪W}搖렪W{^ | 1110011010010000100101101110101110100000101010100101011101111101111001101001000010010110111010111010000010101010010101110111101101011110 | e69096eba0aa577de69096eba0aa577b5e |
UHC | 搖렪W}搖렪W{^ | 11101000111101001000111010111000010101110111110111101000111101001000111010111000010101110111101101011110 | e8f48eb8577de8f48eb8577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)