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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 瀨サ贒イ瀅 | 1111101101010000101110111111101110101111101100101111101101001110 | fb50bbfbafb2fb4e |
EUC-JP | ?サ贒イ瀅 | 0011111110001110101110111000111111011111110000111000111010110010100011111100100110101011 | 3f8ebb8fdfc38eb28fc9ab |
UTF-8 | 瀨サ贒イ瀅 | 111001111000000010101000111011111011110110111011111010001011010010010010111011111011110110110010111001111000000010000101 | e780a8efbdbbe8b492efbdb2e78085 |
UHC | 瀨???瀅 | 11010110111011100011111100111111001111111111101110100100 | d6ee3f3f3ffba4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)