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 | 俑ф? | 1001100011011010100001001000011000111111 | 98da84863f |
EUC-JP | 俑ф? | 1101000011011100101001111110011000111111 | d0dca7e63f |
UTF-8 | 俑ф쑈 | 1110010010111111100100011101000110000100111011001001000110001000 | e4bf91d184ec9188 |
UHC | 俑ф쑈 | 111010011011010110101100111001101011111010100100 | e9b5ace6bea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)