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 | テ古畿 | 1100001110001100110000111000101101000101 | c38cc38b45 |
EUC-JP | テ古畿 | 100011101100001110111000110001011011010110100110 | 8ec3b8c5b5a6 |
UTF-8 | テ古畿 | 111011111011111010000011111001011000111110100100111001111001010110111111 | efbe83e58fa4e795bf |
UHC | ?古畿 | 0011111111001101101011111101000110110010 | 3fcdafd1b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)