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 | 亦跫驪 | 100101101001001011100110111011011110100110001011 | 9692e6ede98b |
EUC-JP | 亦跫驪 | 110010111111001011101100111011111111000111101011 | cbf2eceff1eb |
UTF-8 | 亦跫驪 | 111001001011101010100110111010001011011110101011111010011010100110101010 | e4baa6e8b7abe9a9aa |
UHC | 亦?驪 | 1110011010110010001111111101010111110001 | e6b23fd5f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)