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 | 要ζ?鴨 | 10010111011101101000001111000100001111111000101010011011 | 977683c43f8a9b |
EUC-JP | 要ζ?鴨 | 11001101110101111010011011000110001111111011001111111011 | cdd7a6c63fb3fb |
UTF-8 | 要ζ쫲鴨 | 1110100010100110100000011100111010110110111011001010101110110010111010011011010010101000 | e8a681ceb6ecabb2e9b4a8 |
UHC | 要ζ쫲鴨 | 1110100110101001101001011110011010100110100010101110010011100101 | e9a9a5e6a68ae4e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)