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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | /┌}/┌{^ | 1000000101011110100001001010000101111101100000010101111010000100101000010111101101011110 | 815e84a17d815e84a17b5e |
EUC-JP | /┌}/┌{^ | 1010000110111111101010001010001101111101101000011011111110101000101000110111101101011110 | a1bfa8a37da1bfa8a37b5e |
UTF-8 | /┌}/┌{^ | 111011111011110010001111111000101001010010001100011111011110111110111100100011111110001010010100100011000111101101011110 | efbc8fe2948c7defbc8fe2948c7b5e |
UHC | /┌}/┌{^ | 1010001110101111101001101010001101111101101000111010111110100110101000110111101101011110 | a3afa6a37da3afa6a37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)