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 | 芝璽 | 100011101100010110001110101000111111000010111010 | 8ec58ea3f0ba |
EUC-JP | 芝璽? | 1011110011000111101111001010010100111111 | bcc7bca53f |
UTF-8 | 芝璽 | 111010001000101010011101111001111001001010111101111011101000000110111001 | e88a9de792bdee81b9 |
UHC | 芝璽? | 1111001010111001110111111101111000111111 | f2b9dfde3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)