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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 凹??矮↑? | 100010011001101000111111001111111110000111100010100000011010101000111111 | 899a3f3fe1e281aa3f |
EUC-JP | 凹??矮↑? | 101100011111101000111111001111111110001011100100101000101010110000111111 | b1fa3f3fe2e4a2ac3f |
UTF-8 | 凹든탳矮↑㎢ | 111001011000011110111001111010111001001110100000111011011000001110110011111001111001111110101110111000101000011010010001111000111000111010100010 | e587b9eb93a0ed83b3e79faee28691e38ea2 |
UHC | 凹든탳矮↑㎢ | 111010001110101010110101111001111011010110010000111010001110000110100001111010001010011110110100 | e8eab5e7b590e8e1a1e8a7b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)