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 | ?谿霆翫 | 00111111111001101010111011101000101110111000101011100011 | 3fe6aee8bb8ae3 |
EUC-JP | 淶谿霆翫 | 100011111100011111100101111011001011000011110000101111011011010011100101 | 8fc7e5ecb0f0bdb4e5 |
UTF-8 | 淶谿霆翫 | 111001101011011110110110111010001011000010111111111010011001110010000110111001111011111110101011 | e6b7b6e8b0bfe99c86e7bfab |
UHC | ?谿霆翫 | 00111111110011011010110011101111111111011110100011010001 | 3fcdaceffde8d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)