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 | å°å±] | 11100101101100001000111111100101101100011001000101011101 | e5b08fe5b1915d |
SJIS-WIN | ?°??±?] | 001111111000000110001011001111110011111110000001011111010011111101011101 | 3f818b3f3f817d3f5d |
EUC-JP | å°?å±?] | 10001111101010111010100110100001111010110011111110001111101010111010100110100001110111100011111101011101 | 8faba9a1eb3f8faba9a1de3f5d |
UTF-8 | å°å±] | 11000011101001011100001010110000110000101000111111000011101001011100001010110001110000101001000101011101 | c3a5c2b0c28fc3a5c2b1c2915d |
UHC | ?°??±?] | 001111111010000111000110001111110011111110100001101111100011111101011101 | 3fa1c63f3fa1be3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)