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 | 揖撥罟 | 100101110100101110011101100110111110001110101000 | 974b9d9be3a8 |
EUC-JP | 揖撥罟 | 110011011010110011011001111110111110011010101010 | cdacd9fbe6aa |
UTF-8 | 揖撥罟 | 111001101000111110010110111001101001001010100101111001111011110110011111 | e68f96e692a5e7bd9f |
UHC | 揖撥? | 1110101111100111110110101111110000111111 | ebe7dafc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)