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 | 豺乗㊥蜿 | 1110011010110111100011111110011010000111100001101110010110001111 | e6b78fe68786e58f |
EUC-JP | 豺乗?蜿 | 11101100101110011011111011101000001111111110100111101111 | ecb9bee83fe9ef |
UTF-8 | 豺乗㊥蜿 | 111010001011000110111010111001001011100110010111111000111000101010100101111010001001110010111111 | e8b1bae4b997e38aa5e89cbf |
UHC | 豺??? | 1110001111001111001111110011111100111111 | e3cf3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)