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 | ì± wì± | 11101100101100011000010101110111111011001011000110000101 | ecb18577ecb185 |
SJIS-WIN | ?±?w?±? | 001111111000000101111101001111110111011100111111100000010111110100111111 | 3f817d3f773f817d3f |
EUC-JP | ì±?wì±? | 10001111101010111100000010100001110111100011111101110111100011111010101111000000101000011101111000111111 | 8fabc0a1de3f778fabc0a1de3f |
UTF-8 | ì± wì± | 11000011101011001100001010110001110000101000010101110111110000111010110011000010101100011100001010000101 | c3acc2b1c28577c3acc2b1c285 |
UHC | ?±?w?±? | 001111111010000110111110001111110111011100111111101000011011111000111111 | 3fa1be3f773fa1be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)