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 | 臍??異? | 11100100011000000011111100111111100010001101100100111111 | e4603f3f88d93f |
EUC-JP | 臍??異? | 11100111110000010011111100111111101100001101101100111111 | e7c13f3fb0db3f |
UTF-8 | 臍멱볼異렢 | 111010001000011110001101111010111010100110110001111010111011001110111100111001111001010110110000111010111010000010100010 | e8878deba9b1ebb3bce795b0eba0a2 |
UHC | 臍멱볼異렢 | 11110000101100001011100011101000101110101011110011101100101101101000111010110011 | f0b0b8e8babcecb68eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)