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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 頻????^ | 10010101011100000011111100111111001111110011111101011110 | 95703f3f3f3f5e |
EUC-JP | 頻????^ | 11001001110100010011111100111111001111110011111101011110 | c9d13f3f3f3f5e |
UTF-8 | 頻뤈ⓡ틣릅^ | 11101001101000001011101111101011101001001000100011100010100100111010000111101101100010111010001111101011101001101000010101011110 | e9a0bbeba488e293a1ed8ba3eba6855e |
UHC | 頻뤈ⓡ틣릅^ | 1101111010111010100011111011100010101000110111101011101010001111101110001010100001011110 | deba8fb8a8deba8fb8a85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)