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 | ワロ寬 | 11011100110110111111101010101010 | dcdbfaaa |
EUC-JP | ワロ? | 1000111011011100100011101101101100111111 | 8edc8edb3f |
UTF-8 | ワロ寬 | 111011111011111010011100111011111011111010011011111001011010111110101100 | efbe9cefbe9be5afac |
UHC | ??寬 | 00111111001111111100111010110000 | 3f3fceb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)