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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 雍厄ス郁淹B | 11101000101101001001011011101111101111011000100011101000100111111011100101000010 | e8b496efbd88e89fb942 |
EUC-JP | 雍厄ス郁淹B | 1111000010110110110011001111000110001110101111011011000011101010110111101011101101000010 | f0b6ccf18ebdb0eadebb42 |
UTF-8 | 雍厄ス郁淹B | 11101001100110111000110111100101100011101000010011101111101111011011110111101001100000111000000111100110101101111011100101000010 | e99b8de58e84efbdbde98381e6b7b942 |
UHC | 雍厄?郁淹B | 11101000101111001110010011111000001111111110100111110100111001011111010001000010 | e8bce4f83fe9f4e5f442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)