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 | 鴫紗エ寬シ | 11110001111110011000111010110000100011101101000110110100111110101010101010111100 | f1f98eb08ed1b4faaabc |
EUC-JP | ?鴫紗エ?シ | 00111111101111001011001010111100110100111000111010110100001111111000111010111100 | 3fbcb2bcd38eb43f8ebc |
UTF-8 | 鴫紗エ寬シ | 111011101000010110110100111010011011010010101011111001111011010010010111111011111011110110110100111001011010111110101100111011111011110110111100 | ee85b4e9b4abe7b497efbdb4e5afacefbdbc |
UHC | ??紗?寬? | 0011111100111111110111101110100100111111110011101011000000111111 | 3f3fdee93fceb03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)