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 | °ÈÁ¶^ | 1011000011001000110000011011011001011110 | b0c8c1b65e |
SJIS-WIN | °??¶^ | 10000001100010110011111100111111100000011111011101011110 | 818b3f3f81f75e |
EUC-JP | °ÈÁ¶^ | 1010000111101011100011111010101010110010100011111010101010100001101000101111100101011110 | a1eb8faab28faaa1a2f95e |
UTF-8 | °ÈÁ¶^ | 110000101011000011000011100010001100001110000001110000101011011001011110 | c2b0c388c381c2b65e |
UHC | °??¶^ | 10100001110001100011111100111111101000101101001001011110 | a1c63f3fa2d25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)