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 | ì±xì± | 11101100101100011000010001111000111011001011000110000100 | ecb18478ecb184 |
SJIS-WIN | ?±?x?±? | 001111111000000101111101001111110111100000111111100000010111110100111111 | 3f817d3f783f817d3f |
EUC-JP | ì±?xì±? | 10001111101010111100000010100001110111100011111101111000100011111010101111000000101000011101111000111111 | 8fabc0a1de3f788fabc0a1de3f |
UTF-8 | ì±xì± | 11000011101011001100001010110001110000101000010001111000110000111010110011000010101100011100001010000100 | c3acc2b1c28478c3acc2b1c284 |
UHC | ?±?x?±? | 001111111010000110111110001111110111100000111111101000011011111000111111 | 3fa1be3f783fa1be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)