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 | 往矮泄 | 100010011001110111100001111000101001111110010101 | 899de1e29f95 |
EUC-JP | 往矮泄 | 101100011111110111100010111001001101110111110101 | b1fde2e4ddf5 |
UTF-8 | 往矮泄 | 111001011011111010000000111001111001111110101110111001101011001110000100 | e5be80e79faee6b384 |
UHC | 往矮泄 | 111010001101100111101000111000011110000011011100 | e8d9e8e1e0dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)