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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 髦ョ鄂キ讀ィB | 11101001100110001010111011100111101111011011011111100110101001001010100001000010 | e998aee7bdb7e6a4a842 |
EUC-JP | 髦ョ鄂キ讀ィB | 11110001111110001000111010101110111011101011111110001110101101111110110010100110100011101010100001000010 | f1f88eaeeebf8eb7eca68ea842 |
UTF-8 | 髦ョ鄂キ讀ィB | 11101001101010111010011011101111101111011010111011101001100001001000001011101111101111011011011111101000101011101000000011101111101111011010100001000010 | e9aba6efbdaee98482efbdb7e8ae80efbda842 |
UHC | ??鄂?讀?B | 001111110011111111100100110001110011111111010100110000010011111101000010 | 3f3fe4c73fd4c13f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)