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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 撓瘢撓瘢^ | 100111011001101011100001100011011001110110011010111000011000110101011110 | 9d9ae18d9d9ae18d5e |
EUC-JP | 撓瘢撓瘢^ | 110110011111101011100001111011011101100111111010111000011110110101011110 | d9fae1edd9fae1ed5e |
UTF-8 | 撓瘢撓瘢^ | 11100110100100101001001111100111100110001010001011100110100100101001001111100111100110001010001001011110 | e69293e798a2e69293e798a25e |
UHC | 撓瘢撓瘢^ | 111010001111010111011010111011101110100011110101110110101110111001011110 | e8f5daeee8f5daee5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)