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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 跣??^ | 1110011011101111001111110011111101011110 | e6ef3f3f5e |
EUC-JP | 跣?詵^ | 11101100111100010011111110001111110111011110011101011110 | ecf13f8fdde75e |
UTF-8 | 跣說詵^ | 11101000101101111010001111101000101010101010101011101000101010011011010101011110 | e8b7a3e8aaaae8a9b55e |
UHC | 跣說詵^ | 11100000110100111110000011100011111000001101001001011110 | e0d3e0e3e0d25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)