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 | 荻逗? | 1000100110101100100100001000000000111111 | 89ac90803f |
EUC-JP | 荻逗? | 1011001010101110101111111110000000111111 | b2aebfe03f |
UTF-8 | 荻逗땠 | 111010001000110110111011111010011000000010010111111010111001010110100000 | e88dbbe98097eb95a0 |
UHC | 荻逗땠 | 111011101110001011010100111010001011011010101110 | eee2d4e8b6ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)