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 | ¼À¼Ö¼µ¼½ | 1011110011000000101111001101011010111100101101011011110010111101 | bcc0bcd6bcb5bcbd |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ?À?Ö???? | 001111111000111110101010101000100011111110001111101010101101001100111111001111110011111100111111 | 3f8faaa23f8faad33f3f3f3f |
UTF-8 | ¼À¼Ö¼µ¼½ | 11000010101111001100001110000000110000101011110011000011100101101100001010111100110000101011010111000010101111001100001010111101 | c2bcc380c2bcc396c2bcc2b5c2bcc2bd |
UHC | ¼?¼?¼?¼½ | 10101000111110010011111110101000111110010011111110101000111110010011111110101000111110011010100011110110 | a8f93fa8f93fa8f93fa8f9a8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)