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 | 陂壺漠 | 111010001001100010011010111000101001010010011001 | e8989ae29499 |
EUC-JP | 陂壺漠 | 111011111111100011010100111001001100011111111001 | eff8d4e4c7f9 |
UTF-8 | 陂壺漠 | 111010011001100110000010111001011010001110111010111001101011110010100000 | e99982e5a3bae6bca0 |
UHC | 陂壺漠 | 111110011010111011111011101111101101100010101110 | f9aefbbed8ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)