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 | ¼Ó¼Ã¾½ | 101111001101001110111100110000111011111010111101 | bcd3bcc3bebd |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?Ó?Ã?? | 00111111100011111010101011010001001111111000111110101010101010100011111100111111 | 3f8faad13f8faaaa3f3f |
UTF-8 | ¼Ó¼Ã¾½ | 110000101011110011000011100100111100001010111100110000111000001111000010101111101100001010111101 | c2bcc393c2bcc383c2bec2bd |
UHC | ¼?¼?¾½ | 10101000111110010011111110101000111110010011111110101000111110101010100011110110 | a8f93fa8f93fa8faa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)