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 | _@^èé | 1001101001011111100110100100000010011010010111101110100011101001 | 9a5f9a409a5ee8e9 |
SJIS-WIN | ?_?@?^?? | 0011111101011111001111110100000000111111010111100011111100111111 | 3f5f3f403f5e3f3f |
EUC-JP | ?_?@?^èé | 001111110101111100111111010000000011111101011110100011111010101110110010100011111010101110110001 | 3f5f3f403f5e8fabb28fabb1 |
UTF-8 | _@^èé | 11000010100110100101111111000010100110100100000011000010100110100101111011000011101010001100001110101001 | c29a5fc29a40c29a5ec3a8c3a9 |
UHC | ?_?@?^?? | 0011111101011111001111110100000000111111010111100011111100111111 | 3f5f3f403f5e3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)