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 | ?曉] | 00111111100111011111101001011101 | 3f9dfa5d |
EUC-JP | ?曉] | 00111111110110101111110001011101 | 3fdafc5d |
UTF-8 | 뤗曉] | 11101011101001001001011111100110100110111000100101011101 | eba497e69b895d |
UHC | 뤗曉] | 1000111111000111111111001111101101011101 | 8fc7fcfb5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)