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 | ¼Ú¼ÃðÈ | 101111001101101010111100110000111111000011001000 | bcdabcc3f0c8 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?Ú?ÃðÈ | 0011111110001111101010101110001000111111100011111010101010101010100011111010100111000011100011111010101010110010 | 3f8faae23f8faaaa8fa9c38faab2 |
UTF-8 | ¼Ú¼ÃðÈ | 110000101011110011000011100110101100001010111100110000111000001111000011101100001100001110001000 | c2bcc39ac2bcc383c3b0c388 |
UHC | ¼?¼?ð? | 101010001111100100111111101010001111100100111111101010011010001100111111 | a8f93fa8f93fa9a33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)