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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 洩銑足洩跣 | 10001001011010111001000101001100100100011010101110001001011010111110011011101111 | 896b914c91ab896be6ef |
EUC-JP | 洩銑足洩跣 | 10110001110011001100000110101101110000101010110110110001110011001110110011110001 | b1ccc1adc2adb1ccecf1 |
UTF-8 | 洩銑足洩跣 | 111001101011010010101001111010011000101010010001111010001011011010110011111001101011010010101001111010001011011110100011 | e6b4a9e98a91e8b6b3e6b4a9e8b7a3 |
UHC | 洩銑足洩跣 | 11100000110111011110000011010101111100001110101111100000110111011110000011010011 | e0dde0d5f0ebe0dde0d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)