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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ???誼?^ | 00111111001111110011111110001011011000100011111101011110 | 3f3f3f8b623f5e |
EUC-JP | 孼??誼?^ | 100011111011101011000011001111110011111110110101110000110011111101011110 | 8fbac33f3fb5c33f5e |
UTF-8 | 孼띠룆誼쾐^ | 11100101101011011011110011101011100111011010000011101011101000111000011011101000101010101011110011101100101111101001000001011110 | e5adbceb9da0eba386e8aabcecbe905e |
UHC | 孼띠룆誼쾐^ | 1110010111101101101101101110110010001111100001011110101111111110101100100110001101011110 | e5edb6ec8f85ebfeb2635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)