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 | å | 11101110101100011011011011100101 | eeb1b6e5 |
SJIS-WIN | ?±¶? | 001111111000000101111101100000011111011100111111 | 3f817d81f73f |
EUC-JP | å | 10001111101010111100001010100001110111101010001011111001100011111010101110101001 | 8fabc2a1dea2f98faba9 |
UTF-8 | å | 1100001110101110110000101011000111000010101101101100001110100101 | c3aec2b1c2b6c3a5 |
UHC | ?±¶? | 001111111010000110111110101000101101001000111111 | 3fa1bea2d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)