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 | ì±µì²ìø | 1110110010110001101101011110110010110010100111001110110011111000 | ecb1b5ecb29cecf8 |
SJIS-WIN | ?±?????? | 001111111000000101111101001111110011111100111111001111110011111100111111 | 3f817d3f3f3f3f3f3f |
EUC-JP | ì±?ì??ìø | 1000111110101011110000001010000111011110001111111000111110101011110000000011111100111111100011111010101111000000100011111010100111001100 | 8fabc0a1de3f8fabc03f3f8fabc08fa9cc |
UTF-8 | ì±µì²ìø | 11000011101011001100001010110001110000101011010111000011101011001100001010110010110000101001110011000011101011001100001110111000 | c3acc2b1c2b5c3acc2b2c29cc3acc3b8 |
UHC | ?±??²??ø | 0011111110100001101111100011111100111111101010011111011100111111001111111010100110101010 | 3fa1be3f3fa9f73f3fa9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)