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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 衲」ヒ^ | 1110010111010011101000111100101101011110 | e5d3a3cb5e |
EUC-JP | 衲」ヒ^ | 11101010110101011000111010100011100011101100101101011110 | ead58ea38ecb5e |
UTF-8 | 衲」ヒ^ | 11101000101000011011001011101111101111011010001111101111101111101000101101011110 | e8a1b2efbda3efbe8b5e |
UHC | 衲??^ | 1101001010100100001111110011111101011110 | d2a43f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)