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 | 逎井唱粡 | 1110011110100011100010001110010010001111101001011110001011100111 | e7a388e48fa5e2e7 |
EUC-JP | 逎井唱粡 | 1110111010100101101100001110011010111110101001111110010011101001 | eea5b0e6bea7e4e9 |
UTF-8 | 逎井唱粡 | 111010011000000010001110111001001011101010010101111001011001010010110001111001111011001010100001 | e9808ee4ba95e594b1e7b2a1 |
UHC | ?井唱? | 001111111110111111001100111100111101110100111111 | 3fefccf3dd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)