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 | 刑逗? | 1000110001011001100100001000000000111111 | 8c5990803f |
EUC-JP | 刑逗? | 1011011110111010101111111110000000111111 | b7babfe03f |
UTF-8 | 刑逗땠 | 111001011000100010010001111010011000000010010111111010111001010110100000 | e58891e98097eb95a0 |
UHC | 刑逗땠 | 111110101111110111010100111010001011011010101110 | fafdd4e8b6ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)