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 | レワ}レワ{^ | 1101101011110110111100111101110001111101110110101111011011110011110111000111101101011110 | daf6f3dc7ddaf6f3dc7b5e |
EUC-JP | レ?ワ}レ?ワ{^ | 10001110110110100011111110001110110111000111110110001110110110100011111110001110110111000111101101011110 | 8eda3f8edc7d8eda3f8edc7b5e |
UTF-8 | レワ}レワ{^ | 111011111011111010011010111011101001010010011010111011111011111010011100011111011110111110111110100110101110111010010100100110101110111110111110100111000111101101011110 | efbe9aee949aefbe9c7defbe9aee949aefbe9c7b5e |
UHC | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)