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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 酊酊^ | 111100001100111011100111110000101111000011001110111001111100001001011110 | f0cee7c2f0cee7c25e |
EUC-JP | ?酊?酊^ | 00111111111011101100010000111111111011101100010001011110 | 3feec43feec45e |
UTF-8 | 酊酊^ | 11101110100000101000110111101001100001011000101011101110100000101000110111101001100001011000101001011110 | ee828de9858aee828de9858a5e |
UHC | ?酊?酊^ | 00111111111011111111100000111111111011111111100001011110 | 3feff83feff85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)