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 | èüÁ?? | 1110100011111100110000010011111100111111 | e8fcc13f3f |
SJIS-WIN | ???-蹣 | 00111111001111110011111110000001011111001110011101001001 | 3f3f3f817ce749 |
EUC-JP | èüÁ−蹣 | 10001111101010111011001010001111101010111110010010001111101010101010000110100001110111011110110110101010 | 8fabb28fabe48faaa1a1ddedaa |
UTF-8 | èüÁ−蹣 | 110000111010100011000011101111001100001110000001111000101000100010010010111010001011100110100011 | c3a8c3bcc381e28892e8b9a3 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)