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 | ??I? | 00111111001111110100100100111111 | 3f3f493f |
SJIS-WIN | ??I? | 00111111001111110100100100111111 | 3f3f493f |
EUC-JP | ??I? | 00111111001111110100100100111111 | 3f3f493f |
UTF-8 | 횚첬I짯 | 11101101100110101001101011101100101100101010110001001001111011001010011110101111 | ed9a9aecb2ac49eca7af |
UHC | 횚첬I짯 | 11000011100101001100001110111010010010011100001010101101 | c394c3ba49c2ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)