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 | 褶??燮 | 111001011111011100111111001111111001100111010111 | e5f73f3f99d7 |
EUC-JP | 褶??燮 | 111010101111100100111111001111111101001011011001 | eaf93f3fd2d9 |
UTF-8 | 褶굟걾燮 | 111010001010010010110110111010101011010110011111111010101011000110111110111001111000011110101110 | e8a4b6eab59feab1bee787ae |
UHC | 褶굟걾燮 | 1110001110101000100000101000011110000001101000011110000011110000 | e3a8828781a1e0f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)