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 | 墺????? | 10011010110100100011111100111111001111110011111100111111 | 9ad23f3f3f3f3f |
EUC-JP | 墺????? | 11010100110101000011111100111111001111110011111100111111 | d4d43f3f3f3f3f |
UTF-8 | 墺싴렪溜욌젘 | 111001011010001010111010111011001000101110110100111010111010000010101010111011111010011110001011111011001001101010001100111011001010000010011000 | e5a2baec8bb4eba0aaefa78bec9a8ceca098 |
UHC | 墺싴렪溜욌젘 | 111001111111001010011010111011011000111010111000111010101111111010011110111010111010000010010100 | e7f29aed8eb8eafe9eeba094 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)