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 | 瀅抵ィ徒 | 11111011010011101001001011101111101010001001001101101011 | fb4e92efa8936b |
EUC-JP | 瀅抵ィ徒 | 100011111100100110101011110001001111000110001110101010001100010111001100 | 8fc9abc4f18ea8c5cc |
UTF-8 | 瀅抵ィ徒 | 111001111000000010000101111001101000101010110101111011111011110110101000111001011011111010010010 | e78085e68ab5efbda8e5be92 |
UHC | 瀅抵?徒 | 11111011101001001110111010111101001111111101001111111001 | fba4eebd3fd3f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)