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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 遙? | 111010101010000100111111 | eaa13f |
EUC-JP | 遙? | 111101001010001100111111 | f4a33f |
UTF-8 | 遙쒙 | 111010011000000110011001111011001001001010011001 | e98199ec9299 |
UHC | 遙쒙 | 11101001101010111001110011101111 | e9ab9cef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)