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 | 藪誌愁鐔 | 1110010101001101100011101000111110001111010001001110100001011100 | e54d8e8f8f44e85c |
EUC-JP | 藪誌愁鐔 | 1110100110101110101110111110111110111101101001011110111110111101 | e9aebbefbda5efbd |
UTF-8 | 藪誌愁鐔 | 111010001001011110101010111010001010101010001100111001101000010010000001111010011001000010010100 | e897aae8aa8ce68481e99094 |
UHC | 藪誌愁? | 11100010101111111111001010111100111000011111111000111111 | e2bff2bce1fe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)