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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?篩 | 001111111110001010111111 | 3fe2bf |
EUC-JP | 鋌篩 | 1000111111100100101110111110010011000001 | 8fe4bbe4c1 |
UTF-8 | 鋌篩 | 111010011000101110001100111001111010111110101001 | e98b8ce7afa9 |
UHC | 鋌篩 | 11101111111110111101111011101000 | effbdee8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)