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 | レロ}レロ{^ | 1101101011110110111100101101101101111101110110101111011011110010110110110111101101011110 | daf6f2db7ddaf6f2db7b5e |
EUC-JP | レ?ロ}レ?ロ{^ | 10001110110110100011111110001110110110110111110110001110110110100011111110001110110110110111101101011110 | 8eda3f8edb7d8eda3f8edb7b5e |
UTF-8 | レロ}レロ{^ | 111011111011111010011010111011101001010010011001111011111011111010011011011111011110111110111110100110101110111010010100100110011110111110111110100110110111101101011110 | efbe9aee9499efbe9b7defbe9aee9499efbe9b7b5e |
UHC | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)