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 | 蘊笋茴 | 111001010101110111100010101000101110010010100000 | e55de2a2e4a0 |
EUC-JP | 蘊笋茴 | 111010011011111011100100101001001110100010100010 | e9bee4a4e8a2 |
UTF-8 | 蘊笋茴 | 111010001001100010001010111001111010110010001011111010001000110010110100 | e8988ae7ac8be88cb4 |
UHC | 蘊?茴 | 1110100010110011001111111111110011101101 | e8b33ffced |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)