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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 笑リッ] | 1000111111001110110110001010111101011101 | 8fced8af5d |
EUC-JP | 笑リッ] | 10111110110100001000111011011000100011101010111101011101 | bed08ed88eaf5d |
UTF-8 | 笑リッ] | 11100111101011001001000111101111101111101001100011101111101111011010111101011101 | e7ac91efbe98efbdaf5d |
UHC | 笑??] | 1110000111000101001111110011111101011101 | e1c53f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)