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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鵝??瑜? | 11101010010000000011111100111111111000001110111100111111 | ea403f3fe0ef3f |
EUC-JP | 鵝??瑜? | 11110011101000010011111100111111111000001111000100111111 | f3a13f3fe0f13f |
UTF-8 | 鵝껆떋瑜뢧 | 111010011011010110011101111010101011101110000110111010111001011010001011111001111001000110011100111010111010001010100111 | e9b59deabb86eb968be7919ceba2a7 |
UHC | 鵝껆떋瑜뢧 | 11100100101111011000001111100111100010111010000111101011101001011000111101101000 | e4bd83e78ba1eba58f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)