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 | 藏棄藏棄^ | 111001010101010110001010111111001110010101010101100010101111110001011110 | e5558afce5558afc5e |
EUC-JP | 藏棄藏棄^ | 111010011011011010110100111111101110100110110110101101001111111001011110 | e9b6b4fee9b6b4fe5e |
UTF-8 | 藏棄藏棄^ | 11101000100101111000111111100110101000111000010011101000100101111000111111100110101000111000010001011110 | e8978fe6a384e8978fe6a3845e |
UHC | 藏棄藏棄^ | 111011011111101011010001101001011110110111111010110100011010010101011110 | edfad1a5edfad1a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)