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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 旋愛旋?\ | 1001000011111001100010001010010010010000111110010011111101011100 | 90f988a490f93f5c |
EUC-JP | 旋愛旋渲\ | 11000000111110111011000010100110110000001111101110001111110001111110110001011100 | c0fbb0a6c0fb8fc7ec5c |
UTF-8 | 旋愛旋渲\ | 11100110100101111000101111100110100001001001101111100110100101111000101111100110101110001011001001011100 | e6978be6849be6978be6b8b25c |
UHC | 旋愛旋渲\ | 111000001100000111100100111100011110000011000001111000001100001001011100 | e0c1e4f1e0c1e0c25c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)