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 | ¾ÞÓ¼¾ | 101111101101111010001110110100111011110010111110 | bede8ed3bcbe |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?Þ?Ó?? | 00111111100011111010100110110000001111111000111110101010110100010011111100111111 | 3f8fa9b03f8faad13f3f |
UTF-8 | ¾ÞÓ¼¾ | 110000101011111011000011100111101100001010001110110000111001001111000010101111001100001010111110 | c2bec39ec28ec393c2bcc2be |
UHC | ¾Þ??¼¾ | 10101000111110101010100010101101001111110011111110101000111110011010100011111010 | a8faa8ad3f3fa8f9a8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)