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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 佯??? | 1001100011010001001111110011111100111111 | 98d13f3f3f |
EUC-JP | 佯?ʼn? | 11010000110100110011111110001111101010011100101000111111 | d0d33f8fa9ca3f |
UTF-8 | 佯꾨ʼn溜 | 1110010010111101101011111110101010111110101010001100010110001001111011111010011110001011 | e4bdafeabea8c589efa78b |
UHC | 佯꾨ʼn溜 | 1110010110111010100001001110101110101001101100001110101011111110 | e5ba84eba9b0eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)