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 | ?屯? | 00111111100100111101010000111111 | 3f93d43f |
EUC-JP | 塡屯? | 100011111011100010110100110001101101011000111111 | 8fb8b4c6d63f |
UTF-8 | 塡屯늉 | 111001011010000110100001111001011011000110101111111010111000101010001001 | e5a1a1e5b1afeb8a89 |
UHC | 塡屯늉 | 111011101111001111010100111010101011010010111111 | eef3d4eab4bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)