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 | 隕ス蝗ョ | 111010001010011010111101111001011001101110101110 | e8a6bde59bae |
EUC-JP | 隕ス蝗ョ | 1111000010101000100011101011110111101001111110111000111010101110 | f0a88ebde9fb8eae |
UTF-8 | 隕ス蝗ョ | 111010011001101010010101111011111011110110111101111010001001110110010111111011111011110110101110 | e99a95efbdbde89d97efbdae |
UHC | 隕?蝗? | 111010101010001000111111111111001101100100111111 | eaa23ffcd93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)