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 | ¼¿¼¬ | 10111100101111111011110010101100 | bcbfbcac |
SJIS-WIN | ???¬ | 0011111100111111001111111000000111001010 | 3f3f3f81ca |
EUC-JP | ?¿?¬ | 00111111100011111010001011000100001111111010001011001100 | 3f8fa2c43fa2cc |
UTF-8 | ¼¿¼¬ | 1100001010111100110000101011111111000010101111001100001010101100 | c2bcc2bfc2bcc2ac |
UHC | ¼¿¼? | 10101000111110011010001010101111101010001111100100111111 | a8f9a2afa8f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)