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 | ¼ÌûÂÙû | 1000111110111100110011001111101110001111110000101101100111111011 | 8fbcccfb8fc2d9fb |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ??Ìû?ÂÙû | 001111110011111110001111101010101100000010001111101010111110010100111111100011111010101010100100100011111010101011100011100011111010101111100101 | 3f3f8faac08fabe53f8faaa48faae38fabe5 |
UTF-8 | ¼ÌûÂÙû | 11000010100011111100001010111100110000111000110011000011101110111100001010001111110000111000001011000011100110011100001110111011 | c28fc2bcc38cc3bbc28fc382c399c3bb |
UHC | ?¼?????? | 001111111010100011111001001111110011111100111111001111110011111100111111 | 3fa8f93f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)