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 | 足???祉 | 10010001101010110011111100111111001111111000111010000011 | 91ab3f3f3f8e83 |
EUC-JP | 足???祉 | 11000010101011010011111100111111001111111011101111100011 | c2ad3f3f3fbbe3 |
UTF-8 | 足잼렣렖祉 | 111010001011011010110011111011001001111010111100111010111010000010100011111010111010000010010110111001111010010110001001 | e8b6b3ec9ebceba0a3eba096e7a589 |
UHC | 足잼렣렖祉 | 11110000111010111100000011101011100011101011010010001110101010111111001010110011 | f0ebc0eb8eb48eabf2b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)