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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 昻??鵝?? | 1111101011010000001111110011111111101010010000000011111100111111 | fad03f3fea403f3f |
EUC-JP | ???鵝?? | 00111111001111110011111111110011101000010011111100111111 | 3f3f3ff3a13f3f |
UTF-8 | 昻뽯젪鵝롦래 | 111001101001100010111011111010111011110110101111111011001010000010101010111010011011010110011101111010111010000110100110111010111001111010011000 | e698bbebbdafeca0aae9b59deba1a6eb9e98 |
UHC | 昻뽯젪鵝롦래 | 111001001110100110010110111010111010000010100010111001001011110110001110111001101011011110100001 | e4e996eba0a2e4bd8ee6b7a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)