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 | ¼§¼¨¼ | 1011110010100111101111001010100010111100 | bca7bca8bc |
SJIS-WIN | ?§?¨? | 00111111100000011001100000111111100000010100111000111111 | 3f81983f814e3f |
EUC-JP | ?§?¨? | 00111111101000011111100000111111101000011010111100111111 | 3fa1f83fa1af3f |
UTF-8 | ¼§¼¨¼ | 11000010101111001100001010100111110000101011110011000010101010001100001010111100 | c2bcc2a7c2bcc2a8c2bc |
UHC | ¼§¼¨¼ | 10101000111110011010000111010111101010001111100110100001101001111010100011111001 | a8f9a1d7a8f9a1a7a8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)