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 | 阯怡阯悳^ | 111010001001011110011100011111011110100010010111100111000111101101011110 | e8979c7de8979c7b5e |
EUC-JP | 阯怡阯悳^ | 111011111111011111010111110111101110111111110111110101111101110001011110 | eff7d7deeff7d7dc5e |
UTF-8 | 阯怡阯悳^ | 11101001100110001010111111100110100000001010000111101001100110001010111111100110100000101011001101011110 | e998afe680a1e998afe682b35e |
UHC | ?怡?悳^ | 00111111111011001010111000111111110100111110110101011110 | 3fecae3fd3ed5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)