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 | 雕??ⅶ | 111010001011100000111111001111111111101001000110 | e8b83f3ffa46 |
EUC-JP | 雕??? | 1111000010111010001111110011111100111111 | f0ba3f3f3f |
UTF-8 | 雕경렪ⅶ | 111010011001101110010101111010101011001010111101111010111010000010101010111000101000010110110110 | e99b95eab2bdeba0aae285b6 |
UHC | 雕경렪ⅶ | 1111000011100111101100001110011010001110101110001010010110100111 | f0e7b0e68eb8a5a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)