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 | 眈峇}眈峇{^ | 1110000110111100100110111011001001111101111000011011110010011011101100100111101101011110 | e1bc9bb27de1bc9bb27b5e |
EUC-JP | 眈峇}眈峇{^ | 1110001010111110110101101011010001111101111000101011111011010110101101000111101101011110 | e2bed6b47de2bed6b47b5e |
UTF-8 | 眈峇}眈峇{^ | 111001111001110010001000111001011011001110000111011111011110011110011100100010001110010110110011100001110111101101011110 | e79c88e5b3877de79c88e5b3877b5e |
UHC | 眈?}眈?{^ | 111101111010111100111111011111011111011110101111001111110111101101011110 | f7af3f7df7af3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)