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 | 裝脛悲咫六 | 11100101111001001110001111111000100101001101111110011010010000001001100001011010 | e5e4e3f894df9a40985a |
EUC-JP | 裝脛悲咫六 | 11101010111001101110011011111010110010001110000111010011101000011100111110111011 | eae6e6fac8e1d3a1cfbb |
UTF-8 | 裝脛悲咫六 | 111010001010001110011101111010001000010010011011111001101000001010110010111001011001001010101011111001011000010110101101 | e8a39de8849be682b2e592abe585ad |
UHC | 裝脛悲咫六 | 11101101111110111100110011101011110111011110100011110010101000011101011110111111 | edfbccebdde8f2a1d7bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)