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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 荵溘h塚包ヲ | 1110010010111001100111111110001110000010100010001111101010011100100101011110111110100110 | e4b99fe38288fa9c95efa6 |
EUC-JP | 荵溘h?包ヲ | 1110100010111011110111101110010110100011111010000011111111001010111100011000111010100110 | e8bbdee5a3e83fcaf18ea6 |
UTF-8 | 荵溘h塚包ヲ | 111010001000110110110101111001101011101010011000111011111011110110001000111011111010100010010000111001011000110010000101111011111011110110100110 | e88db5e6ba98efbd88efa890e58c85efbda6 |
UHC | ??h?包? | 0011111100111111101000111110100000111111111110001101000000111111 | 3f3fa3e83ff8d03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)