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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 澳℡?? | 111000000101001110000111100001000011111100111111 | e05387843f3f |
EUC-JP | 澳??獒 | 11011111101101000011111100111111100011111100101110111011 | dfb43f3f8fcbbb |
UTF-8 | 澳℡쓡獒 | 111001101011111010110011111000101000010010100001111011001001001110100001111001111000110110010010 | e6beb3e284a1ec93a1e78d92 |
UHC | 澳℡쓡獒 | 1110011111111110101000101110010110011101100000101110100010100011 | e7fea2e59d82e8a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)