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 | 븼n | 11101011101110001011110001101110 | ebb8bc6e |
SJIS-WIN | ???n | 00111111001111110011111101101110 | 3f3f3f6e |
EUC-JP | �n | 1000111110101011101100111000111110100010101100010011111101101110 | 8fabb38fa2b13f6e |
UTF-8 | 븼n | 11000011101010111100001010111000110000101011110001101110 | c3abc2b8c2bc6e |
UHC | ?¸¼n | 001111111010001010101100101010001111100101101110 | 3fa2aca8f96e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)