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 | ±Ì²êø^ | 10110001110011001100001010110010111010101111100001011110 | b1ccc2b2eaf85e |
SJIS-WIN | ±?????^ | 1000000101111101001111110011111100111111001111110011111101011110 | 817d3f3f3f3f3f5e |
EUC-JP | ±ÌÂ?êø^ | 10100001110111101000111110101010110000001000111110101010101001000011111110001111101010111011010010001111101010011100110001011110 | a1de8faac08faaa43f8fabb48fa9cc5e |
UTF-8 | ±Ì²êø^ | 11000010101100011100001110001100110000111000001011000010101100101100001110101010110000111011100001011110 | c2b1c38cc382c2b2c3aac3b85e |
UHC | ±??²?ø^ | 10100001101111100011111100111111101010011111011100111111101010011010101001011110 | a1be3f3fa9f73fa9aa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)