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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 洗燮}洗燮{^ | 1001000011110100100110011101011101111101100100001111010010011001110101110111101101011110 | 90f499d77d90f499d77b5e |
EUC-JP | 洗燮}洗燮{^ | 1100000011110110110100101101100101111101110000001111011011010010110110010111101101011110 | c0f6d2d97dc0f6d2d97b5e |
UTF-8 | 洗燮}洗燮{^ | 111001101011010010010111111001111000011110101110011111011110011010110100100101111110011110000111101011100111101101011110 | e6b497e787ae7de6b497e787ae7b5e |
UHC | 洗燮}洗燮{^ | 1110000110101001111000001111000001111101111000011010100111100000111100000111101101011110 | e1a9e0f07de1a9e0f07b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)