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 | 至?駭? | 100011101000101000111111111010010110111000111111 | 8e8a3fe96e3f |
EUC-JP | 至?駭? | 101110111110101000111111111100011100111100111111 | bbea3ff1cf3f |
UTF-8 | 至렞駭퓸 | 111010001000011110110011111010111010000010011110111010011010011110101101111011011001001110111000 | e887b3eba09ee9a7aded93b8 |
UHC | 至렞駭퓸 | 1111001010111000100011101010111111111010101101001100011110111110 | f2b88eaffab4c7be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)