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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 茫ъ握肓 | 1110010010101001100001001000110010001000101011001110001111101001 | e4a9848c88ace3e9 |
EUC-JP | 茫ъ握肓 | 1110100010101011101001111110110010110000101011101110011011101011 | e8aba7ecb0aee6eb |
UTF-8 | 茫ъ握肓 | 1110100010001100101010111101000110001010111001101000111110100001111010001000001010010011 | e88cabd18ae68fa1e88293 |
UHC | 茫ъ握? | 11011000110101001010110011101100111001001100010000111111 | d8d4acece4c43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)