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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鴨???? | 100010101001101100111111001111110011111100111111 | 8a9b3f3f3f3f |
EUC-JP | 鴨???? | 101100111111101100111111001111110011111100111111 | b3fb3f3f3f3f |
UTF-8 | 鴨뗫줃琉랐 | 111010011011010010101000111010111001011110101011111011001010010010000011111011111010011110001100111010111001111010010000 | e9b4a8eb97abeca483efa78ceb9e90 |
UHC | 鴨뗫줃琉랐 | 11100100111001011000101111101011101000011001101011101011101001001011011011111010 | e4e58beba19aeba4b6fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)