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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 雲??? | 1000100101011111001111110011111100111111 | 895f3f3f3f |
EUC-JP | 雲??? | 1011000111000000001111110011111100111111 | b1c03f3f3f |
UTF-8 | 雲띤렩렱 | 111010011001101110110010111010111001110110100100111010111010000010101001111010111010000010110001 | e99bb2eb9da4eba0a9eba0b1 |
UHC | 雲띤렩렱 | 1110101010100011101101101110110110001110101101111000111010111110 | eaa3b6ed8eb78ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)