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 | ?瘍?瘍^ | 00111111111000011000011100111111111000011000011101011110 | 3fe1873fe1875e |
EUC-JP | 瘀瘍瘀瘍^ | 1000111111001101111000111110000111100111100011111100110111100011111000011110011101011110 | 8fcde3e1e78fcde3e1e75e |
UTF-8 | 瘀瘍瘀瘍^ | 11100111100110001000000011100111100110001000110111100111100110001000000011100111100110001000110101011110 | e79880e7988de79880e7988d5e |
UHC | 瘀瘍瘀瘍^ | 111001011101110011100101110010111110010111011100111001011100101101011110 | e5dce5cbe5dce5cb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)