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 | ìö°ì± \ | 11101100111101101011000011101100101100011010000001011100 | ecf6b0ecb1a05c |
SJIS-WIN | ??°?±?\ | 001111110011111110000001100010110011111110000001011111010011111101011100 | 3f3f818b3f817d3f5c |
EUC-JP | ìö°ì±?\ | 100011111010101111000000100011111010101111010011101000011110101110001111101010111100000010100001110111100011111101011100 | 8fabc08fabd3a1eb8fabc0a1de3f5c |
UTF-8 | ìö°ì± \ | 11000011101011001100001110110110110000101011000011000011101011001100001010110001110000101010000001011100 | c3acc3b6c2b0c3acc2b1c2a05c |
UHC | ??°?±?\ | 001111110011111110100001110001100011111110100001101111100011111101011100 | 3f3fa1c63fa1be3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)