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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 艷瞎獸 | 111001001000011011100001110100001110000011010111 | e486e1d0e0d7 |
EUC-JP | 艷瞎獸 | 111001111110011011100010110100101110000011011001 | e7e6e2d2e0d9 |
UTF-8 | 艷瞎獸 | 111010001000100110110111111001111001111010001110111001111000110110111000 | e889b7e79e8ee78db8 |
UHC | ??獸 | 00111111001111111110001010101110 | 3f3fe2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)