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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | テ凝古氾僥 | 110000111000101111000011100011001100001110010100110000111001100101000110 | c38bc38cc394c39946 |
EUC-JP | テ凝古氾僥 | 10001110110000111011011011000101101110001100010111001000110001011101000110100111 | 8ec3b6c5b8c5c8c5d1a7 |
UTF-8 | テ凝古氾僥 | 111011111011111010000011111001011000011110011101111001011000111110100100111001101011000010111110111001011000001110100101 | efbe83e5879de58fa4e6b0bee583a5 |
UHC | ?凝古氾僥 | 001111111110101111101010110011011010111111011011111100001110100011101001 | 3febeacdafdbf0e8e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)