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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???爰? | 001111110011111100111111111000001010011100111111 | 3f3f3fe0a73f |
EUC-JP | 獒??爰? | 1000111111001011101110110011111100111111111000001010100100111111 | 8fcbbb3f3fe0a93f |
UTF-8 | 獒붿렯爰귞 | 111001111000110110010010111010111011011010111111111010111010000010101111111001111000100010110000111010101011011110011110 | e78d92ebb6bfeba0afe788b0eab79e |
UHC | 獒붿렯爰귞 | 11101000101000111001010011101100100011101011110011101010101110101000001011100111 | e8a394ec8ebceaba82e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)