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 | ??r}??r{^ | 001111110011111101110010011111010011111100111111011100100111101101011110 | 3f3f727d3f3f727b5e |
SJIS-WIN | 裝?r}裝?r{^ | 1110010111100100001111110111001001111101111001011110010000111111011100100111101101011110 | e5e43f727de5e43f727b5e |
EUC-JP | 裝?r}裝?r{^ | 1110101011100110001111110111001001111101111010101110011000111111011100100111101101011110 | eae63f727deae63f727b5e |
UTF-8 | 裝렣r}裝렣r{^ | 1110100010100011100111011110101110100000101000110111001001111101111010001010001110011101111010111010000010100011011100100111101101011110 | e8a39deba0a3727de8a39deba0a3727b5e |
UHC | 裝렣r}裝렣r{^ | 11101101111110111000111010110100011100100111110111101101111110111000111010110100011100100111101101011110 | edfb8eb4727dedfb8eb4727b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)