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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 荳ケ謳巧B | 1110010010111000101110011110011010010000100011010100100101000010 | e4b8b9e6908d4942 |
EUC-JP | 荳ケ謳巧B | 111010001011101010001110101110011110101111110000101110011010101001000010 | e8ba8eb9ebf0b9aa42 |
UTF-8 | 荳ケ謳巧B | 11101000100011011011001111101111101111011011100111101000101011001011001111100101101101111010011101000010 | e88db3efbdb9e8acb3e5b7a742 |
UHC | 荳?謳巧B | 1101010011100101001111111100111111000100110011101110010101000010 | d4e53fcfc4cee542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)