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 | 渦h? | 1000100101010001100000101000100000111111 | 895182883f |
EUC-JP | 渦h? | 1011000110110010101000111110100000111111 | b1b2a3e83f |
UTF-8 | 渦h찕 | 111001101011100010100110111011111011110110001000111011001011000010010101 | e6b8a6efbd88ecb095 |
UHC | 渦h찕 | 111010001011111010100011111010001010100110010101 | e8bea3e8a995 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)