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{^ | 1110011110110100101011100101011101111101111001111011010010101110010101110111101101011110 | e7b4ae577de7b4ae577b5e |
EUC-JP | 邏ョW}邏ョW{^ | 11101110101101101000111010101110010101110111110111101110101101101000111010101110010101110111101101011110 | eeb68eae577deeb68eae577b5e |
UTF-8 | 邏ョW}邏ョW{^ | 1110100110000010100011111110111110111101101011100101011101111101111010011000001010001111111011111011110110101110010101110111101101011110 | e9828fefbdae577de9828fefbdae577b5e |
UHC | 邏?W}邏?W{^ | 1101010110100100001111110101011101111101110101011010010000111111010101110111101101011110 | d5a43f577dd5a43f577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)