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 | 雲?齋? | 100010010101111100111111111000100101011000111111 | 895f3fe2563f |
EUC-JP | 雲?齋? | 101100011100000000111111111000111011011100111111 | b1c03fe3b73f |
UTF-8 | 雲렯齋렔 | 111010011001101110110010111010111010000010101111111010011011110110001011111010111010000010010100 | e99bb2eba0afe9bd8beba094 |
UHC | 雲렯齋렔 | 1110101010100011100011101011110011101110101100011000111010101001 | eaa38ebceeb18ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)