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 | ?拜鏃Θ蒿 | 001111111001110101100000111010000101011010000011101001101110010011100100 | 3f9d60e85683a6e4e4 |
EUC-JP | ?拜鏃Θ蒿 | 001111111101100111000001111011111011011110100110101010001110100011100110 | 3fd9c1efb7a6a8e8e6 |
UTF-8 | 뤊拜鏃Θ蒿 | 1110101110100100100010101110011010001011100111001110100110001111100000111100111010011000111010001001001010111111 | eba48ae68b9ce98f83ce98e892bf |
UHC | 뤊拜鏃Θ蒿 | 10001111101110101101101111001000111100001110110010100101110010001111101111011010 | 8fbadbc8f0eca5c8fbda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)