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 | ???漿ゼ | 00111111001111110011111110011111111101111000001101011011 | 3f3f3f9ff7835b |
EUC-JP | ?庾?漿ゼ | 001111111000111110111100110011100011111111011110111110011010010110111100 | 3f8fbcce3fdef9a5bc |
UTF-8 | 뤊庾뀨漿ゼ | 111010111010010010001010111001011011101010111110111010111000000010101000111001101011110010111111111000111000001010111100 | eba48ae5babeeb80a8e6bcbfe382bc |
UHC | 뤊庾뀨漿ゼ | 10001111101110101110101011101100101100101111001111101101111011001010101110111100 | 8fbaeaecb2f3edecabbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)