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 | ??????E] | 0011111100111111001111110011111100111111001111110100010101011101 | 3f3f3f3f3f3f455d |
SJIS-WIN | 将」将ウ。゙E] | 10001111101010111010001110001111101010111011001110100001110111100100010101011101 | 8faba38fabb3a1de455d |
EUC-JP | 将」将ウ。゙E] | 1011111010101101100011101010001110111110101011011000111010110011100011101010000110001110110111100100010101011101 | bead8ea3bead8eb38ea18ede455d |
UTF-8 | 将」将ウ。゙E] | 1110010110110000100001101110111110111101101000111110010110110000100001101110111110111101101100111110111110111101101000011110111110111110100111100100010101011101 | e5b086efbda3e5b086efbdb3efbda1efbe9e455d |
UHC | ??????E] | 0011111100111111001111110011111100111111001111110100010101011101 | 3f3f3f3f3f3f455d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)