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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?屯??屯? | 0011111110010011110101000011111100111111100100111101010000111111 | 3f93d43f3f93d43f |
EUC-JP | 塡屯?塡屯? | 100011111011100010110100110001101101011000111111100011111011100010110100110001101101011000111111 | 8fb8b4c6d63f8fb8b4c6d63f |
UTF-8 | 塡屯툽塡屯툽 | 111001011010000110100001111001011011000110101111111011011000100010111101111001011010000110100001111001011011000110101111111011011000100010111101 | e5a1a1e5b1afed88bde5a1a1e5b1afed88bd |
UHC | 塡屯툽塡屯툽 | 111011101111001111010100111010101100010111111010111011101111001111010100111010101100010111111010 | eef3d4eac5faeef3d4eac5fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)