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 | ¼Ü»³¼ | 101111001101110010001111101110111011001110111100 | bcdc8fbbb3bc |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?Ü???? | 0011111110001111101010101110010000111111001111110011111100111111 | 3f8faae43f3f3f3f |
UTF-8 | ¼Ü»³¼ | 110000101011110011000011100111001100001010001111110000101011101111000010101100111100001010111100 | c2bcc39cc28fc2bbc2b3c2bc |
UHC | ¼???³¼ | 101010001111100100111111001111110011111110101001111110001010100011111001 | a8f93f3f3fa9f8a8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)