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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 醍??絅 | 100100011110011100111111001111111110001101000100 | 91e73f3fe344 |
EUC-JP | 醍??絅 | 110000101110100100111111001111111110010110100101 | c2e93f3fe5a5 |
UTF-8 | 醍닸렮絅 | 111010011000011010001101111010111000101110111000111010111010000010101110111001111011010110000101 | e9868deb8bb8eba0aee7b585 |
UHC | 醍닸렮絅 | 1111000010110101101101001110011010001110101110111100110011100111 | f0b5b4e68ebbcce7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)