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 | ¼ü¾Ð | 10111100111111001011111011010000 | bcfcbed0 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ?ü?? | 001111111000111110101011111001000011111100111111 | 3f8fabe43f3f |
UTF-8 | ¼ü¾Ð | 1100001010111100110000111011110011000010101111101100001110010000 | c2bcc3bcc2bec390 |
UHC | ¼?¾Ð | 10101000111110010011111110101000111110101010100010100010 | a8f93fa8faa8a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)