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 | /↑}/↑{^ | 1000000101011110100000011010101001111101100000010101111010000001101010100111101101011110 | 815e81aa7d815e81aa7b5e |
EUC-JP | /↑}/↑{^ | 1010000110111111101000101010110001111101101000011011111110100010101011000111101101011110 | a1bfa2ac7da1bfa2ac7b5e |
UTF-8 | /↑}/↑{^ | 111011111011110010001111111000101000011010010001011111011110111110111100100011111110001010000110100100010111101101011110 | efbc8fe286917defbc8fe286917b5e |
UHC | /↑}/↑{^ | 1010001110101111101000011110100001111101101000111010111110100001111010000111101101011110 | a3afa1e87da3afa1e87b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)