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 | 綵よ或薜 | 1110001101011100100000101110011010001000101111011110010101001111 | e35c82e688bde54f |
EUC-JP | 綵よ或薜 | 1110010110111101101001001110100010110000101111111110100110110000 | e5bda4e8b0bfe9b0 |
UTF-8 | 綵よ或薜 | 111001111011011010110101111000111000001010001000111001101000100010010110111010001001011010011100 | e7b6b5e38288e68896e8969c |
UHC | 綵よ或? | 11110011111101111010101011101000111110111110010000111111 | f3f7aae8fbe43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)