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 | ???h?? | 001111110011111100111111011010000011111100111111 | 3f3f3f683f3f |
SJIS-WIN | 脱箪速h脱箪 | 1001001001000101100100100101110010010001101011000110100010010010010001011001001001011100 | 9245925c91ac689245925c |
EUC-JP | 脱箪速h脱箪 | 1100001110100110110000111011110111000010101011100110100011000011101001101100001110111101 | c3a6c3bdc2ae68c3a6c3bd |
UTF-8 | 脱箪速h脱箪 | 11101000100001001011000111100111101011101010101011101001100000001001111101101000111010001000010010110001111001111010111010101010 | e884b1e7aeaae9809f68e884b1e7aeaa |
UHC | ??速h?? | 00111111001111111110000111011100011010000011111100111111 | 3f3fe1dc683f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)