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 | 證?貝? | 111001101001101000111111100010100100110000111111 | e69a3f8a4c3f |
EUC-JP | 證?貝? | 111010111111101000111111101100111010110100111111 | ebfa3fb3ad3f |
UTF-8 | 證빛貝뤋 | 111010001010110110001001111010111011100110011011111010001011001010011101111010111010010010001011 | e8ad89ebb99be8b29deba48b |
UHC | 證빛貝뤋 | 1111000111111011101110101111101111111000101011111000111110111011 | f1fbbafbf8af8fbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)