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 | ì±Rì±x | 1110110010110001100101110101001011101100101100011001011101111000 | ecb19752ecb19778 |
SJIS-WIN | ?±?R?±?x | 00111111100000010111110100111111010100100011111110000001011111010011111101111000 | 3f817d3f523f817d3f78 |
EUC-JP | ì±?Rì±?x | 1000111110101011110000001010000111011110001111110101001010001111101010111100000010100001110111100011111101111000 | 8fabc0a1de3f528fabc0a1de3f78 |
UTF-8 | ì±Rì±x | 1100001110101100110000101011000111000010100101110101001011000011101011001100001010110001110000101001011101111000 | c3acc2b1c29752c3acc2b1c29778 |
UHC | ?±?R?±?x | 00111111101000011011111000111111010100100011111110100001101111100011111101111000 | 3fa1be3f523fa1be3f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)