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 | 穽?頂? | 111000100111011000111111100100101011100000111111 | e2763f92b83f |
EUC-JP | 穽?頂? | 111000111101011100111111110001001011101000111111 | e3d73fc4ba3f |
UTF-8 | 穽렦頂렮 | 111001111010100110111101111010111010000010100110111010011010000010000010111010111010000010101110 | e7a9bdeba0a6e9a082eba0ae |
UHC | 穽렦頂렮 | 1110111111110000100011101011010111110000101000101000111010111011 | eff08eb5f0a28ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)