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 | ?銃逾只 | 00111111100011110110010111100111101001011001000111111100 | 3f8f65e7a591fc |
EUC-JP | ?銃逾只 | 00111111101111011100011011101110101001111100001011111110 | 3fbdc6eea7c2fe |
UTF-8 | 뤚銃逾只 | 111010111010010010011010111010011000101010000011111010011000000010111110111001011000111110101010 | eba49ae98a83e980bee58faa |
UHC | 뤚銃逾只 | 1000111111001001111101011100100011101011101101011111000111111110 | 8fc9f5c8ebb5f1fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)