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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 讐邪芝 | 100011110101000110001110110101111000111011000101 | 8f518ed78ec5 |
EUC-JP | 讐邪芝 | 101111011011001010111100110110011011110011000111 | bdb2bcd9bcc7 |
UTF-8 | 讐邪芝 | 111010001010111010010000111010011000001010101010111010001000101010011101 | e8ae90e982aae88a9d |
UHC | 讐邪芝 | 111000101100001011011110111101111111001010111001 | e2c2def7f2b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)