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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????ヱ | 001111110011111100111111001111111000001110010001 | 3f3f3f3f8391 |
EUC-JP | ??庾?ヱ | 0011111100111111100011111011110011001110001111111010010111110001 | 3f3f8fbcce3fa5f1 |
UTF-8 | 뤯휄庾킂ヱ | 111010111010010010101111111011011001110010000100111001011011101010111110111011011000001010000010111000111000001110110001 | eba4afed9c84e5babeed8282e383b1 |
UHC | 뤯휄庾킂ヱ | 10001111110111011100100011010100111010101110110010110100100011101010101111110001 | 8fddc8d4eaecb48eabf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)