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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | モ袂シモ袂シ^ | 110100111110010111010100101111001101001111100101110101001011110001011110 | d3e5d4bcd3e5d4bc5e |
EUC-JP | モ袂シモ袂シ^ | 10001110110100111110101011010110100011101011110010001110110100111110101011010110100011101011110001011110 | 8ed3ead68ebc8ed3ead68ebc5e |
UTF-8 | モ袂シモ袂シ^ | 11101111101111101001001111101000101000101000001011101111101111011011110011101111101111101001001111101000101000101000001011101111101111011011110001011110 | efbe93e8a282efbdbcefbe93e8a282efbdbc5e |
UHC | ?袂??袂?^ | 001111111101100110110001001111110011111111011001101100010011111101011110 | 3fd9b13f3fd9b13f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)