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 | ¼Ú¼©¾½ | 101111001101101010111100101010011011111010111101 | bcdabca9bebd |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?Ú?©?? | 00111111100011111010101011100010001111111000111110100010111011010011111100111111 | 3f8faae23f8fa2ed3f3f |
UTF-8 | ¼Ú¼©¾½ | 110000101011110011000011100110101100001010111100110000101010100111000010101111101100001010111101 | c2bcc39ac2bcc2a9c2bec2bd |
UHC | ¼?¼?¾½ | 10101000111110010011111110101000111110010011111110101000111110101010100011110110 | a8f93fa8f93fa8faa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)