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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 傲れ? | 1001100011111100100000101110101000111111 | 98fc82ea3f |
EUC-JP | 傲れ? | 1101000011111110101001001110110000111111 | d0fea4ec3f |
UTF-8 | 傲れ띂 | 111001011000001010110010111000111000001010001100111010111001110110000010 | e582b2e3828ceb9d82 |
UHC | 傲れ띂 | 111001111110110010101010111011001000110110111101 | e7ecaaec8dbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)