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 | °ô°ô^ | 1011000011110100101100001111010001011110 | b0f4b0f45e |
SJIS-WIN | °?°?^ | 10000001100010110011111110000001100010110011111101011110 | 818b3f818b3f5e |
EUC-JP | °ô°ô^ | 1010000111101011100011111010101111010100101000011110101110001111101010111101010001011110 | a1eb8fabd4a1eb8fabd45e |
UTF-8 | °ô°ô^ | 110000101011000011000011101101001100001010110000110000111011010001011110 | c2b0c3b4c2b0c3b45e |
UHC | °?°?^ | 10100001110001100011111110100001110001100011111101011110 | a1c63fa1c63f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)