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{^ | 1001101110001000001111110101011101111101100110111000100000111111010101110111101101011110 | 9b883f577d9b883f577b5e |
EUC-JP | 寤?W}寤?W{^ | 1101010111101000001111110101011101111101110101011110100000111111010101110111101101011110 | d5e83f577dd5e83f577b5e |
UTF-8 | 寤챢W}寤챢W{^ | 1110010110101111101001001110110010110001101000100101011101111101111001011010111110100100111011001011000110100010010101110111101101011110 | e5afa4ecb1a2577de5afa4ecb1a2577b5e |
UHC | 寤챢W}寤챢W{^ | 11100111111101011010101001101110010101110111110111100111111101011010101001101110010101110111101101011110 | e7f5aa6e577de7f5aa6e577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)