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 | 釋薛夕蘚 | 1110011111010111111001010100110010010111010110111110010101100100 | e7d7e54c975be564 |
EUC-JP | 釋薛夕蘚 | 1110111011011001111010011010110111001101101111001110100111000101 | eed9e9adcdbce9c5 |
UTF-8 | 釋薛夕蘚 | 111010011000011110001011111010001001011010011011111001011010010010010101111010001001100010011010 | e9878be8969be5a495e8989a |
UHC | 釋薛夕蘚 | 1110000010110111111000001110000011100000101010101110000011010000 | e0b7e0e0e0aae0d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)