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 | ???W | 00111111001111110011111101010111 | 3f3f3f57 |
SJIS-WIN | ??潭W | 0011111100111111111000000100101101010111 | 3f3fe04b57 |
EUC-JP | ??潭W | 0011111100111111110111111010110001010111 | 3f3fdfac57 |
UTF-8 | 렻ㅔ潭W | 11101011101000001011101111100011100001011001010011100110101111011010110101010111 | eba0bbe38594e6bdad57 |
UHC | 렻ㅔ潭W | 10001110110000111010010011000100110100111100000101010111 | 8ec3a4c4d3c157 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)