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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 疾?] | 10001110101111100011111101011101 | 8ebe3f5d |
EUC-JP | 疾?] | 10111100110000000011111101011101 | bcc03f5d |
UTF-8 | 疾섞] | 11100111100101101011111011101100100001001001111001011101 | e796beec849e5d |
UHC | 疾섞] | 1111001011110000101111001010111101011101 | f2f0bcaf5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)