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 | ¸½¯ | 100100011011100010010001101111011001000110101111 | 91b891bd91af |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?¸???¯ | 00111111100011111010001010110001001111110011111100111111100011111010001010110100 | 3f8fa2b13f3f3f8fa2b4 |
UTF-8 | ¸½¯ | 110000101001000111000010101110001100001010010001110000101011110111000010100100011100001010101111 | c291c2b8c291c2bdc291c2af |
UHC | ?¸?½?? | 0011111110100010101011000011111110101000111101100011111100111111 | 3fa2ac3fa8f63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)