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 | 覘轌輊鳧 | 1110011001001100111001110111100111100111011010001110100111101000 | e64ce779e768e9e8 |
EUC-JP | 覘轌輊鳧 | 1110101110101101111011011101101011101101110010011111001011101010 | ebadeddaedc9f2ea |
UTF-8 | 覘轌輊鳧 | 111010001010011010011000111010001011110110001100111010001011110010001010111010011011001110100111 | e8a698e8bd8ce8bc8ae9b3a7 |
UHC | ???鳧 | 0011111100111111001111111101110111000000 | 3f3f3fddc0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)