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 | 澳??哀 | 111000000101001100111111001111111000100010100011 | e0533f3f88a3 |
EUC-JP | 澳??哀 | 110111111011010000111111001111111011000010100101 | dfb43f3fb0a5 |
UTF-8 | 澳뺟ㅌ哀 | 111001101011111010110011111010111011101010011111111000111000010110001100111001011001001110000000 | e6beb3ebba9fe3858ce59380 |
UHC | 澳뺟ㅌ哀 | 1110011111111110100101011110011110100100101111001110010011101110 | e7fe95e7a4bce4ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)