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 | ì± \ì± | 11101100101100011000010101011100111011001011000110010100 | ecb1855cecb194 |
SJIS-WIN | ?±?\?±? | 001111111000000101111101001111110101110000111111100000010111110100111111 | 3f817d3f5c3f817d3f |
EUC-JP | ì±?\ì±? | 10001111101010111100000010100001110111100011111101011100100011111010101111000000101000011101111000111111 | 8fabc0a1de3f5c8fabc0a1de3f |
UTF-8 | ì± \ì± | 11000011101011001100001010110001110000101000010101011100110000111010110011000010101100011100001010010100 | c3acc2b1c2855cc3acc2b1c294 |
UHC | ?±?\?±? | 001111111010000110111110001111110101110000111111101000011011111000111111 | 3fa1be3f5c3fa1be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)