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 | íÌó¨ÝÓF | 11101101110011001111001110101000110111011101001101000110 | edccf3a8ddd346 |
SJIS-WIN | ???¨??F | 0011111100111111001111111000000101001110001111110011111101000110 | 3f3f3f814e3f3f46 |
EUC-JP | íÌó¨ÝÓF | 100011111010101110111111100011111010101011000000100011111010101111010001101000011010111110001111101010101111001010001111101010101101000101000110 | 8fabbf8faac08fabd1a1af8faaf28faad146 |
UTF-8 | íÌó¨ÝÓF | 11000011101011011100001110001100110000111011001111000010101010001100001110011101110000111001001101000110 | c3adc38cc3b3c2a8c39dc39346 |
UHC | ???¨??F | 0011111100111111001111111010000110100111001111110011111101000110 | 3f3f3fa1a73f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)