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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ??蟻?B | 001111110011111110001011011000010011111101000010 | 3f3f8b613f42 |
EUC-JP | ??蟻?B | 001111110011111110110101110000100011111101000010 | 3f3fb5c23f42 |
UTF-8 | 流렪蟻렪B | 11101111101001111000101011101011101000001010101011101000100111111011101111101011101000001010101001000010 | efa78aeba0aae89fbbeba0aa42 |
UHC | 流렪蟻렪B | 111010101111110010001110101110001110101111111100100011101011100001000010 | eafc8eb8ebfc8eb842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)