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 | 艇屯? | 1001001011111000100100111101010000111111 | 92f893d43f |
EUC-JP | 艇屯? | 1100010011111010110001101101011000111111 | c4fac6d63f |
UTF-8 | 艇屯늉 | 111010001000100110000111111001011011000110101111111010111000101010001001 | e88987e5b1afeb8a89 |
UHC | 艇屯늉 | 111011111111001111010100111010101011010010111111 | eff3d4eab4bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)