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 | 鳫竺] | 1110100111101101100011101011000101011101 | e9ed8eb15d |
EUC-JP | 鳫竺] | 1111001011101111101111001011001101011101 | f2efbcb35d |
UTF-8 | 鳫竺] | 11101001101100111010101111100111101010111011101001011101 | e9b3abe7abba5d |
UHC | ?竺] | 00111111111101011110011101011101 | 3ff5e75d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)