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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???毅??? | 0011111100111111001111111000101101000010001111110011111100111111 | 3f3f3f8b423f3f3f |
EUC-JP | ???毅??? | 0011111100111111001111111011010110100011001111110011111100111111 | 3f3f3fb5a33f3f3f |
UTF-8 | 捻뀁뮆毅뤻썒履 | 111011111010011010100100111010111000000010000001111010111010111010000110111001101010111110000101111010111010010010111011111011001000110110010010111011111010011110011111 | efa6a4eb8081ebae86e6af85eba4bbec8d92efa79f |
UHC | 捻뀁뮆毅뤻썒履 | 1110011011110111101100101110110010010010100101011110101111110110100011111110100110011011100001011110110010101010 | e6f7b2ec9295ebf68fe99b85ecaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)