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 | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-WIN | フレ}フレ{^ | 1100110011110010111011011101101001111101110011001111001011101101110110100111101101011110 | ccf2edda7dccf2edda7b5e |
EUC-JP | フ?レ}フ?レ{^ | 10001110110011000011111110001110110110100111110110001110110011000011111110001110110110100111101101011110 | 8ecc3f8eda7d8ecc3f8eda7b5e |
UTF-8 | フレ}フレ{^ | 111011111011111010001100111011101000100010100100111011111011111010011010011111011110111110111110100011001110111010001000101001001110111110111110100110100111101101011110 | efbe8cee88a4efbe9a7defbe8cee88a4efbe9a7b5e |
UHC | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)