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 | 粮場渥 | 111000101110110010001111111010101000100010101101 | e2ec8fea88ad |
EUC-JP | 粮場渥 | 111001001110111010111110111011001011000010101111 | e4eebeecb0af |
UTF-8 | 粮場渥 | 111001111011001010101110111001011010000010110100111001101011100010100101 | e7b2aee5a0b4e6b8a5 |
UHC | 粮場渥 | 110101011101101111101101110111101110010011000110 | d5dbeddee4c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)