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 | 腱ш減 | 111001000100011010000100100010101000110010111000 | e446848a8cb8 |
EUC-JP | 腱ш減 | 111001111010011110100111111010101011100010111010 | e7a7a7eab8ba |
UTF-8 | 腱ш減 | 1110100010000101101100011101000110001000111001101011100010011011 | e885b1d188e6b89b |
UHC | 腱ш減 | 110010111111001010101100111010101100101011110101 | cbf2aceacaf5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)