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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?ч? | 00111111100001001000100100111111 | 3f84893f |
EUC-JP | ?ч? | 00111111101001111110100100111111 | 3fa7e93f |
UTF-8 | 歷ч걫 | 1110111110100110100011001101000110000111111010101011000110101011 | efa68cd187eab1ab |
UHC | 歷ч걫 | 111001101011100010101100111010011000000110010100 | e6b8ace98194 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)